mirror of
https://github.com/friendica/friendica
synced 2025-04-27 14:30:11 +00:00
Make "HTTPRequest::fetchUrlFull" dynamic
This commit is contained in:
parent
8793096c16
commit
3b4cf87c95
4 changed files with 6 additions and 6 deletions
|
@ -103,7 +103,7 @@ class PortableContact
|
|||
|
||||
Logger::log('load: ' . $url, Logger::DEBUG);
|
||||
|
||||
$fetchresult = HTTPRequest::fetchUrlFull($url);
|
||||
$fetchresult = DI::httpRequest()->fetchUrlFull($url);
|
||||
$s = $fetchresult->getBody();
|
||||
|
||||
Logger::log('load: returns ' . $s, Logger::DATA);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue