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'])) {