Skip to content

Commit

Permalink
[Menu] fix: menu name
Browse files Browse the repository at this point in the history
  • Loading branch information
Théo David committed Jun 13, 2022
1 parent ee63749 commit 4feeeff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/modules/modDigiriskDolibarr.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -1192,7 +1192,7 @@ public function __construct($db)
'type' => 'left', // This is a Left menu entry
'titre' => '<i class="fas fa-cog"></i> ' . $langs->trans('DigiriskConfig'),
'mainmenu' => 'digiriskdolibarr',
'leftmenu' => 'diogiriskconfig',
'leftmenu' => 'digiriskconfig',
'url' => '/digiriskdolibarr/admin/setup.php',
'langs' => 'digiriskdolibarr@digiriskdolibarr', // Lang file to use (without .lang) by module. File must be in langs/code_CODE/ directory.
'position' => 48520 + $r,
Expand Down

0 comments on commit 4feeeff

Please sign in to comment.