From 461f62c200f9bd86a860966ffdece3da02c58e8b Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Thu, 5 May 2016 13:29:42 +0200 Subject: [PATCH] Use the new global search form --- htdocs/core/class/hookmanager.class.php | 1 + 1 file changed, 1 insertion(+) diff --git a/htdocs/core/class/hookmanager.class.php b/htdocs/core/class/hookmanager.class.php index f92056893b6..484b6518f77 100644 --- a/htdocs/core/class/hookmanager.class.php +++ b/htdocs/core/class/hookmanager.class.php @@ -135,6 +135,7 @@ class HookManager $method, array( 'addMoreActionsButtons', + 'addSearchEntry', 'addStatisticLine', 'deleteFile', 'doActions',