Fix fatal error missing global

This commit is contained in:
John Botella 2019-10-30 15:25:37 +01:00
parent 8f5b0f5d4d
commit 5658065296

View File

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