mirror of
https://github.com/friendica/friendica
synced 2025-04-27 11:50:11 +00:00
Changed parameter order
This commit is contained in:
parent
beb2346cfc
commit
65d6d45f8c
8 changed files with 8 additions and 8 deletions
|
@ -27,7 +27,7 @@ function cronhooks_run(&$argv, &$argc){
|
|||
if (App::callstack() != "poller_run") {
|
||||
if (App::maxload_reached())
|
||||
return;
|
||||
if (App::is_already_running('include/cronhooks.php', 'cronhooks', 1140))
|
||||
if (App::is_already_running('cronhooks', 'include/cronhooks.php', 1140))
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue