Issue 5467: Cron jobs hadn't been executed
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user