Changed parameter order

This commit is contained in:
Michael Vogel 2016-03-08 22:28:49 +01:00
parent beb2346cfc
commit 65d6d45f8c
8 changed files with 8 additions and 8 deletions

View file

@ -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;
}