X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=include%2Fdiscover_poco.php;h=0b468faea189e522505ed5c686facd22be905406;hb=d49325d177cf03b97df250ca3cb081421c541049;hp=8ba2bb2365afcfaf71350f6ade1217ab256944a6;hpb=beb2346cfc8e3aa57ed0203e35034241e814b61a;p=friendica.git diff --git a/include/discover_poco.php b/include/discover_poco.php index 8ba2bb2365..0b468faea1 100644 --- a/include/discover_poco.php +++ b/include/discover_poco.php @@ -44,7 +44,7 @@ function discover_poco_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/discover_poco.php', 'discover_poco'.$mode.urlencode($search), 1140)) + if (App::is_already_running('discover_poco'.$mode.urlencode($search), 'include/discover_poco.php', 1140)) return; $a->set_baseurl(get_config('system','url'));