From 2b2c3eea94e1349c02ef362fdfb2b9c840452088 Mon Sep 17 00:00:00 2001 From: kevin_fourie Date: Thu, 24 Apr 2008 10:13:30 +0000 Subject: [PATCH] Merged in from DEV trunk... --- bin/scheduler.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/bin/scheduler.php b/bin/scheduler.php index 0de3b07..76c8a4d 100644 --- a/bin/scheduler.php +++ b/bin/scheduler.php @@ -192,9 +192,7 @@ if (empty($aList)) if ($ext == 'php') { - $config = KTConfig::getSingleton(); - $phpPath = KTUtil::checkForStackCommand('externalBinary/php'); - //$config->get('externalBinary/php'); + $phpPath = KTUtil::findCommand('externalBinary/php'); // being protective as some scripts work on relative paths $dirname = dirname($file); -- libgit2 0.21.4