]> git.mxchange.org Git - friendica.git/blobdiff - src/Worker/Directory.php
Restructure (P)Config to follow new paradigm
[friendica.git] / src / Worker / Directory.php
index 12dfda087368864b37cfb4576d0daf33fb33b9d3..7b098bc9480a68e83f5c22fe545e95158ec40cd4 100644 (file)
@@ -51,9 +51,9 @@ class Directory
 
                Hook::callAll('globaldir_update', $arr);
 
-               Logger::log('Updating directory: ' . $arr['url'], Logger::DEBUG);
+               Logger::info('Updating directory: ' . $arr['url']);
                if (strlen($arr['url'])) {
-                       DI::httpRequest()->fetch($dir . '?url=' . bin2hex($arr['url']));
+                       DI::httpClient()->fetch($dir . '?url=' . bin2hex($arr['url']));
                }
 
                return;