fix name of preAddService

This commit is contained in:
Uwe Steinmann 2016-04-04 16:17:41 +02:00
parent 47eeec8d06
commit 5de44791ff

View File

@ -97,7 +97,7 @@ $notifier = new SeedDMS_NotificationService();
if(isset($GLOBALS['SEEDDMS_HOOKS']['notification'])) {
foreach($GLOBALS['SEEDDMS_HOOKS']['notification'] as $notificationObj) {
if(method_exists($notificationObj, 'preAddService')) {
$notificationObj->postAddService($dms, $settings, $notifier);
$notificationObj->preAddService($dms, $settings, $notifier);
}
}
}