X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=include%2Fcronhooks.php;h=b6cf0e72378763d6b3e5ac697672dce67438ea02;hb=ffcc5f372f5626c592ada8de2b7eacfbc61f6622;hp=22812fb8643beed7dbc1c7b246f15e99d185de07;hpb=beb2346cfc8e3aa57ed0203e35034241e814b61a;p=friendica.git diff --git a/include/cronhooks.php b/include/cronhooks.php index 22812fb864..b6cf0e7237 100644 --- a/include/cronhooks.php +++ b/include/cronhooks.php @@ -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; }