mirror of
https://github.com/friendica/friendica
synced 2024-11-10 05:02:58 +00:00
Don't call finalUrl on feed URL
This commit is contained in:
parent
766d92aaa0
commit
26831371f7
1 changed files with 0 additions and 2 deletions
|
@ -351,8 +351,6 @@ class Feed
|
|||
|
||||
$orig_plink = $item["plink"];
|
||||
|
||||
$item["plink"] = DI::httpRequest()->finalUrl($item["plink"]);
|
||||
|
||||
$item["parent-uri"] = $item["uri"];
|
||||
|
||||
$item["title"] = XML::getFirstNodeValue($xpath, 'atom:title/text()', $entry);
|
||||
|
|
Loading…
Reference in a new issue