Fix warning
This commit is contained in:
parent
f44a730430
commit
e6ae89938e
1 changed files with 1 additions and 1 deletions
|
|
@ -108,7 +108,7 @@ class MenuManager
|
|||
*/
|
||||
public function showmenu($mode, $moredata = null)
|
||||
{
|
||||
global $langs, $dolibarr_main_db_name;
|
||||
global $langs, $user, $dolibarr_main_db_name;
|
||||
|
||||
$id = 'mainmenu';
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue