Merge pull request #12268 from atm-john/develop_fix_fatal_hookmanager

FIX fatal error missing global
This commit is contained in:
Laurent Destailleur 2019-11-02 13:07:34 +01:00 committed by GitHub
commit bd4d7b3505
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -184,6 +184,7 @@ Hide=Hide
ShowCardHere=Show card
Search=Search
SearchOf=Search
SearchMenuShortCut=Ctrl + shift + f
Valid=Valid
Approve=Approve
Disapprove=Disapprove

View File

@ -1984,7 +1984,7 @@ function top_menu_bookmark()
*/
function top_menu_search()
{
global $langs, $conf, $db, $user;
global $langs, $conf, $db, $user, $hookmanager;
$html = '';