X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FWorker%2FDirectory.php;h=d71e593dc5673c7b4de59a399ac21e658c051b9f;hb=4e900292344a973a2bbf28634722b60d36f1deb5;hp=2cab09f3392fc7ebe497a277974e04fc6a139235;hpb=1aa07f87a44b50e93f25006c4007450834abda6f;p=friendica.git diff --git a/src/Worker/Directory.php b/src/Worker/Directory.php index 2cab09f339..d71e593dc5 100644 --- a/src/Worker/Directory.php +++ b/src/Worker/Directory.php @@ -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;