From 7e86f31fc958a2ee14ba80b8371063babebe7b27 Mon Sep 17 00:00:00 2001 From: Nestor <npegane@hotmail.com> Date: Tue, 27 Feb 2018 14:40:37 +0100 Subject: [PATCH] FIX #6183 commented ncc nct lines in script creation --- install/class/Class_Install.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install/class/Class_Install.php b/install/class/Class_Install.php index e6c36470c9c..37e61efa4d9 100755 --- a/install/class/Class_Install.php +++ b/install/class/Class_Install.php @@ -1766,9 +1766,9 @@ class Install extends functions $res .= "\n"; $res .= "cd ".realpath('.')."/modules/notifications/batch/"; $res .= "\n"; - $res .= 'php $eventStackPath -c '.realpath('.').'/custom/cs_'.$_SESSION['config']['databasename'].'/modules/notifications/batch/config/config.xml -n NCT'; + $res .= '#php $eventStackPath -c '.realpath('.').'/custom/cs_'.$_SESSION['config']['databasename'].'/modules/notifications/batch/config/config.xml -n NCT'; $res .= "\n"; - $res .= 'php $eventStackPath -c '.realpath('.').'/custom/cs_'.$_SESSION['config']['databasename'].'/modules/notifications/batch/config/config.xml -n NCC'; + $res .= '#php $eventStackPath -c '.realpath('.').'/custom/cs_'.$_SESSION['config']['databasename'].'/modules/notifications/batch/config/config.xml -n NCC'; $res .= "\n"; $res .= 'php $eventStackPath -c '.realpath('.').'/custom/cs_'.$_SESSION['config']['databasename'].'/modules/notifications/batch/config/config.xml -n ANC'; $res .= "\n"; -- GitLab