From 43587914e9573ac763433e2b6c39fb53e0fc27e4 Mon Sep 17 00:00:00 2001 From: megan_w Date: Tue, 11 Mar 2008 13:06:57 +0000 Subject: [PATCH] KTS-3147 "Scheduler calls the default php and doesn't check for the stack php" Fixed. It now checks for the stack php first. --- bin/scheduler.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/bin/scheduler.php b/bin/scheduler.php index 894da4b..cf4f84a 100644 --- a/bin/scheduler.php +++ b/bin/scheduler.php @@ -1,6 +1,6 @@ get('externalBinary/php'); + $phpPath = KTUtil::checkForStackCommand('externalBinary/php'); + //$config->get('externalBinary/php'); // being protective as some scripts work on relative paths $dirname = dirname($file); -- libgit2 0.21.4