Fix fatal error missing global
This commit is contained in:
parent
8f5b0f5d4d
commit
5658065296
@ -1984,7 +1984,7 @@ function top_menu_bookmark()
|
|||||||
*/
|
*/
|
||||||
function top_menu_search()
|
function top_menu_search()
|
||||||
{
|
{
|
||||||
global $langs, $conf, $db, $user;
|
global $langs, $conf, $db, $user, $hookmanager;
|
||||||
|
|
||||||
$html = '';
|
$html = '';
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user