Fix run-jobs path for new layout

This commit is contained in:
2012-01-11 00:49:43 +00:00
parent a6ddb25eae
commit d3e6e0524e

View File

@@ -364,7 +364,7 @@ class RippingCluster_Job {
$env['RIPPING_CLUSTER_CONFIG'] = $_SERVER['RIPPING_CLUSTER_CONFIG'];
}
RippingCluster_BackgroundTask::run('/usr/bin/php ' . RippingCluster_Main::makeAbsolutePath('run-jobs.php'), null, $env);
RippingCluster_BackgroundTask::run('/usr/bin/php ' . RippingCluster_Main::makeAbsolutePath('../source/webui/run-jobs.php'), null, $env);
}
};