From df4e5fe84db174baf61f1f5c8a5b688ed48effc9 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Thu, 31 Mar 2022 13:28:19 +0200 Subject: [PATCH] Fix missing param --- htdocs/core/class/notify.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/core/class/notify.class.php b/htdocs/core/class/notify.class.php index 6c0c8e4cd67..452d066886e 100644 --- a/htdocs/core/class/notify.class.php +++ b/htdocs/core/class/notify.class.php @@ -362,7 +362,7 @@ class Notify } $hookmanager->initHooks(array('notification')); - + $parameters = array('notifcode' => $notifcode); $reshook = $hookmanager->executeHooks('notifsupported', $parameters, $object, $action); if (empty($reshook)) { if (!empty($hookmanager->resArray['arrayofnotifsupported'])) {