Commit old changes
This commit is contained in:
2
cron.php
2
cron.php
@@ -98,7 +98,6 @@ if($timestamp[0] < strtotime(date('H:i'))) {
|
||||
$s = new Scheduler();
|
||||
$s->flushDeadJobs();
|
||||
$s->checkPendingJobs();
|
||||
$GLOBALS['log']->info('Scheduler - tutaj dochodzę');
|
||||
} else {
|
||||
$GLOBALS['log']->fatal('Scheduler cannot write PID file. Please check permissions on '.$cachePath);
|
||||
}
|
||||
@@ -107,4 +106,3 @@ if($timestamp[0] < strtotime(date('H:i'))) {
|
||||
}
|
||||
$exit_on_cleanup = true;
|
||||
sugar_cleanup($exit_on_cleanup);
|
||||
?>
|
||||
Reference in New Issue
Block a user