Skip to content

Commit

Permalink
Evarisk#25 [Kanban] fix: menu name
Browse files Browse the repository at this point in the history
  • Loading branch information
theodaviddd committed Oct 29, 2024
1 parent 09e7c93 commit 7685987
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/modules/modDigiKanban.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ function __construct($db)
'titre' => $langs->trans('DigiKanban'),
'prefix' => '<i class="fas fa-cog pictofixedwidth"></i>',
'leftmenu' => 'digikanban',
'url' => '/digikanban/digikanbanindex.php&mainmenu=digikanban',
'url' => '/digikanban/digikanbanindex.php?mainmenu=digikanban',
'langs' => 'digikanban@digikanban',
'position' => 1000 + $r,
'enabled' => 1,
Expand Down

0 comments on commit 7685987

Please sign in to comment.