mirror of
https://github.com/friendica/friendica
synced 2025-04-25 22:30:10 +00:00
Move "HTTPRequest::finalUrl" dynamic
This commit is contained in:
parent
60e18736b0
commit
e5649d6dbf
2 changed files with 17 additions and 19 deletions
|
@ -351,7 +351,7 @@ class Feed
|
|||
|
||||
$orig_plink = $item["plink"];
|
||||
|
||||
$item["plink"] = HTTPRequest::finalUrl($item["plink"]);
|
||||
$item["plink"] = DI::httpRequest()->finalUrl($item["plink"]);
|
||||
|
||||
$item["parent-uri"] = $item["uri"];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue