Issue 5467: Cron jobs hadn't been executed

This commit is contained in:
Michael 2018-07-24 06:15:58 +00:00
parent f2b97f9320
commit 432eec770b
2 changed files with 4 additions and 4 deletions

View file

@ -1011,7 +1011,7 @@ class Worker
{
$command = 'bin/worker.php';
$args = [ 'cron' => $do_cron ];
$args = ['no_cron' => !$do_cron];
get_app()->proc_run($command, $args);