From 31e588dbab8a6a9d93793e0f934298de75c2f8f9 Mon Sep 17 00:00:00 2001 From: John BOTELLA Date: Thu, 14 Mar 2019 16:13:32 +0100 Subject: [PATCH] fix hookmanager global --- htdocs/comm/action/class/actioncomm.class.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/htdocs/comm/action/class/actioncomm.class.php b/htdocs/comm/action/class/actioncomm.class.php index 0205281f117..fd91864af04 100644 --- a/htdocs/comm/action/class/actioncomm.class.php +++ b/htdocs/comm/action/class/actioncomm.class.php @@ -1391,6 +1391,8 @@ class ActionComm extends CommonObject */ function build_exportfile($format,$type,$cachedelay,$filename,$filters) { + global $hookmanager; + // phpcs:enable global $conf,$langs,$dolibarr_main_url_root,$mysoc;