This commit is contained in:
Laurent Destailleur 2016-05-05 22:30:08 +02:00
parent ca37a90a1b
commit 8065e00795

View File

@ -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'));