mirror of
https://github.com/friendica/friendica
synced 2025-04-27 13:10:10 +00:00
Changed parameter order
This commit is contained in:
parent
beb2346cfc
commit
65d6d45f8c
8 changed files with 8 additions and 8 deletions
|
@ -29,7 +29,7 @@ function queue_run(&$argv, &$argc){
|
|||
|
||||
// Don't check this stuff if the function is called by the poller
|
||||
if (App::callstack() != "poller_run")
|
||||
if (App::is_already_running('include/queue.php', 'queue', 540))
|
||||
if (App::is_already_running('queue', 'include/queue.php', 540))
|
||||
return;
|
||||
|
||||
$a->set_baseurl(get_config('system','url'));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue