]> git.mxchange.org Git - friendica.git/blobdiff - src/Core/Worker.php
Merge pull request #7245 from annando/unify-constants
[friendica.git] / src / Core / Worker.php
index d7e5479267b4b87589084046ed10bfd48f266390..8fdd60c2a74db95549ec4d3766b631b3f1020358 100644 (file)
@@ -983,7 +983,7 @@ class Worker
                }
 
                $url = System::baseUrl()."/worker";
-               Network::fetchUrl($url, false, $redirects, 1);
+               Network::fetchUrl($url, false, 1);
        }
 
        /**