mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-05 17:18:13 +01:00
Fix warning
This commit is contained in:
@@ -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';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user