mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-09 13:06:14 +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.Notification.php");
|
||||||
require_once("../inc/inc.ClassController.php");
|
require_once("../inc/inc.ClassController.php");
|
||||||
|
|
||||||
$notifier = new SeedDMS_NotificationService($logger);
|
$notifier = new SeedDMS_NotificationService($logger, $settings);
|
||||||
|
|
||||||
if(isset($GLOBALS['SEEDDMS_HOOKS']['notification'])) {
|
if(isset($GLOBALS['SEEDDMS_HOOKS']['notification'])) {
|
||||||
foreach($GLOBALS['SEEDDMS_HOOKS']['notification'] as $notificationObj) {
|
foreach($GLOBALS['SEEDDMS_HOOKS']['notification'] as $notificationObj) {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user