]> git.mxchange.org Git - friendica.git/blobdiff - include/cronhooks.php
Changed parameter order
[friendica.git] / include / cronhooks.php
index 22812fb8643beed7dbc1c7b246f15e99d185de07..b6cf0e72378763d6b3e5ac697672dce67438ea02 100644 (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;
        }