Skip to content
Snippets Groups Projects
Verified Commit 2a924d4e authored by Florian Azizian's avatar Florian Azizian
Browse files

FEAT #13679 TIME 0:15 change path to lck

parent fe6b5da4
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
......@@ -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']);
......
......@@ -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);
......
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment