mirror of
https://github.com/friendica/friendica
synced 2025-04-26 11:50:11 +00:00
Issue 5467: Cron jobs hadn't been executed
This commit is contained in:
parent
f2b97f9320
commit
432eec770b
2 changed files with 4 additions and 4 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue