mirror of
https://github.com/friendica/friendica
synced 2025-04-24 07:50:11 +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"];
|
$orig_plink = $item["plink"];
|
||||||
|
|
||||||
$item["plink"] = DI::httpRequest()->finalUrl($item["plink"]);
|
|
||||||
|
|
||||||
$item["parent-uri"] = $item["uri"];
|
$item["parent-uri"] = $item["uri"];
|
||||||
|
|
||||||
$item["title"] = XML::getFirstNodeValue($xpath, 'atom:title/text()', $entry);
|
$item["title"] = XML::getFirstNodeValue($xpath, 'atom:title/text()', $entry);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue