mirror of
https://git.code.sf.net/p/seeddms/code
synced 2024-11-26 15:32:13 +00:00
pass settings to notification
This commit is contained in:
parent
ca52671bac
commit
e436e7fb05
|
@ -28,7 +28,7 @@ require_once("../inc/inc.ClassEmailNotify.php");
|
|||
require_once("../inc/inc.Notification.php");
|
||||
require_once("../inc/inc.ClassController.php");
|
||||
|
||||
$notifier = new SeedDMS_NotificationService($logger);
|
||||
$notifier = new SeedDMS_NotificationService($logger, $settings);
|
||||
|
||||
if(isset($GLOBALS['SEEDDMS_HOOKS']['notification'])) {
|
||||
foreach($GLOBALS['SEEDDMS_HOOKS']['notification'] as $notificationObj) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user