X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FWorker%2FPullDirectory.php;h=04aab5016a838ea98cd104c45bb51f5542ad636b;hb=f853d58198b3ebee1af85bc76982e7552c2701e8;hp=8592105b24b998388c3f002e76f77635e80c0b36;hpb=b81206549922d7509a5865cb08733ff75b4d7a98;p=friendica.git diff --git a/src/Worker/PullDirectory.php b/src/Worker/PullDirectory.php index 8592105b24..04aab5016a 100644 --- a/src/Worker/PullDirectory.php +++ b/src/Worker/PullDirectory.php @@ -1,6 +1,6 @@ $now, 'directory' => $directory]); - $result = DI::httpRequest()->fetch($directory . '/sync/pull/since/' . $now); + $result = DI::httpClient()->fetch($directory . '/sync/pull/since/' . $now); if (empty($result)) { Logger::info('Directory server return empty result.', ['directory' => $directory]); return;