diff --git a/bin/notification/load_basket_event_stack.php b/bin/notification/load_basket_event_stack.php index 9486d23b4b31d537345cc02505cacf3014040b2f..14562be3d3d8b40b907d78c4532b7075508e9c1d 100644 --- a/bin/notification/load_basket_event_stack.php +++ b/bin/notification/load_basket_event_stack.php @@ -99,8 +99,7 @@ $maarchUrl = (string)$config->MaarchUrl; $GLOBALS['customId'] = $customID; $GLOBALS['batchDirectory'] = $maarchDirectory . 'modules' - . DIRECTORY_SEPARATOR . 'notifications' - . DIRECTORY_SEPARATOR . 'batch'; + . DIRECTORY_SEPARATOR . 'notifications'; set_include_path(get_include_path() . PATH_SEPARATOR . $maarchDirectory); diff --git a/bin/notification/load_process_email_stack.php b/bin/notification/load_process_email_stack.php index 3a58b73c0ff7ba55e6651bc0264b91fa823ec1a2..5444347e0485823cfb7e30f5a93832b1a4b7ddb9 100644 --- a/bin/notification/load_process_email_stack.php +++ b/bin/notification/load_process_email_stack.php @@ -90,8 +90,7 @@ chdir($maarchDirectory); $GLOBALS['customId'] = $customID; $GLOBALS['batchDirectory'] = $GLOBALS['maarchDirectory'] . 'modules' - . DIRECTORY_SEPARATOR . 'notifications' - . DIRECTORY_SEPARATOR . 'batch'; + . DIRECTORY_SEPARATOR . 'notifications'; set_include_path(get_include_path() . PATH_SEPARATOR . $GLOBALS['maarchDirectory']); diff --git a/bin/notification/load_process_event_stack.php b/bin/notification/load_process_event_stack.php index 404cf112cd3bbb27ffc2430c31d628dedcc07571..a80dea70cbdaa9ae72f14b823d05adaa42f44e19 100644 --- a/bin/notification/load_process_event_stack.php +++ b/bin/notification/load_process_event_stack.php @@ -99,8 +99,7 @@ $maarchUrl = (string)$config->MaarchUrl; $GLOBALS['customId'] = $customID; $GLOBALS['batchDirectory'] = $maarchDirectory . 'modules' - . DIRECTORY_SEPARATOR . 'notifications' - . DIRECTORY_SEPARATOR . 'batch'; + . DIRECTORY_SEPARATOR . 'notifications'; set_include_path(get_include_path() . PATH_SEPARATOR . $maarchDirectory); diff --git a/bin/notification/load_stack_letterbox_alerts.php b/bin/notification/load_stack_letterbox_alerts.php index 17c86178e37a9253f5ab406314c9152a2a8efc78..911da726c1c6de4621642a9fac562f9c2e0ea1e6 100644 --- a/bin/notification/load_stack_letterbox_alerts.php +++ b/bin/notification/load_stack_letterbox_alerts.php @@ -93,9 +93,8 @@ chdir($maarchDirectory); $maarchUrl = (string)$config->MaarchUrl; $GLOBALS['customId'] = $customID; -$GLOBALS['batchDirectory'] = $maarchDirectory . 'modules' - . DIRECTORY_SEPARATOR . 'notifications' - . DIRECTORY_SEPARATOR . 'batch'; +$GLOBALS['batchDirectory'] = $maarchDirectory . 'bin' + . DIRECTORY_SEPARATOR . 'notification'; set_include_path(get_include_path() . PATH_SEPARATOR . $maarchDirectory);