]> git.mxchange.org Git - friendica.git/blobdiff - src/Worker/Directory.php
version 2021.03-dev
[friendica.git] / src / Worker / Directory.php
index 2cab09f3392fc7ebe497a277974e04fc6a139235..d71e593dc5673c7b4de59a399ac21e658c051b9f 100644 (file)
@@ -53,7 +53,7 @@ class Directory
 
                Logger::log('Updating directory: ' . $arr['url'], Logger::DEBUG);
                if (strlen($arr['url'])) {
-                       DI::httpRequest()->fetchUrl($dir . '?url=' . bin2hex($arr['url']));
+                       DI::httpRequest()->fetch($dir . '?url=' . bin2hex($arr['url']));
                }
 
                return;