mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-06 09:38:23 +01:00
Fix warning
This commit is contained in:
@@ -78,6 +78,7 @@ class InterfaceNotification extends DolibarrTriggers
|
|||||||
}
|
}
|
||||||
$hookmanager->initHooks(array('notification'));
|
$hookmanager->initHooks(array('notification'));
|
||||||
|
|
||||||
|
$parameters = array();
|
||||||
$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'])) {
|
||||||
|
|||||||
Reference in New Issue
Block a user