X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FWorker%2FPullDirectory.php;h=86c8f5a25a8293de66b090c2da0d08174a702734;hb=ab83d0dd27e46e733ecb49f25789bfb318852ac7;hp=8592105b24b998388c3f002e76f77635e80c0b36;hpb=b81206549922d7509a5865cb08733ff75b4d7a98;p=friendica.git diff --git a/src/Worker/PullDirectory.php b/src/Worker/PullDirectory.php index 8592105b24..86c8f5a25a 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;