diff --git a/bin/scheduler.php b/bin/scheduler.php index cf4f84a..4d845d9 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);