Move "HTTPRequest::finalUrl" dynamic

This commit is contained in:
nupplaPhil 2020-03-04 22:33:31 +01:00 committed by Hypolite Petovan
parent 60e18736b0
commit e5649d6dbf
2 changed files with 17 additions and 19 deletions

View file

@ -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"];