Fix missing param
This commit is contained in:
parent
7b84b3e92d
commit
df4e5fe84d
@ -362,7 +362,7 @@ class Notify
|
|||||||
}
|
}
|
||||||
$hookmanager->initHooks(array('notification'));
|
$hookmanager->initHooks(array('notification'));
|
||||||
|
|
||||||
|
$parameters = array('notifcode' => $notifcode);
|
||||||
$reshook = $hookmanager->executeHooks('notifsupported', $parameters, $object, $action);
|
$reshook = $hookmanager->executeHooks('notifsupported', $parameters, $object, $action);
|
||||||
if (empty($reshook)) {
|
if (empty($reshook)) {
|
||||||
if (!empty($hookmanager->resArray['arrayofnotifsupported'])) {
|
if (!empty($hookmanager->resArray['arrayofnotifsupported'])) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user