mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
FIX #5142
This commit is contained in:
parent
ca37a90a1b
commit
8065e00795
|
|
@ -1357,6 +1357,9 @@ function top_menu($head, $title='', $target='', $disablejs=0, $disablehead=0, $a
|
|||
global $dolibarr_main_authentication, $dolibarr_main_demo;
|
||||
global $hookmanager,$menumanager;
|
||||
|
||||
$searchform='';
|
||||
$bookmarks='';
|
||||
|
||||
// Instantiate hooks of thirdparty module
|
||||
$hookmanager->initHooks(array('toprightmenu'));
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user