mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-09 01:48:48 +00:00
Move "HTTPRequest::finalUrl" dynamic
This commit is contained in:
parent
f36ca4fcf4
commit
90193bd02b
2 changed files with 2 additions and 2 deletions
|
@ -1449,7 +1449,7 @@ function statusnet_convertmsg(App $a, $body)
|
|||
|
||||
Logger::log("statusnet_convertmsg: expanding url " . $match[1], Logger::DEBUG);
|
||||
|
||||
$expanded_url = HTTPRequest::finalUrl($match[1]);
|
||||
$expanded_url = DI::httpRequest()->finalUrl($match[1]);
|
||||
|
||||
Logger::log("statusnet_convertmsg: fetching data for " . $expanded_url, Logger::DEBUG);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue