From: Hypolite Petovan Date: Fri, 13 Nov 2020 10:00:52 +0000 (-0500) Subject: Remove unnecessary data array assignment in Protocol\Feed X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=042f6b98ac1299f63b9c8d58423f2b252e20ed53;p=friendica.git Remove unnecessary data array assignment in Protocol\Feed --- diff --git a/src/Protocol/Feed.php b/src/Protocol/Feed.php index c7d19a996d..93e68241c6 100644 --- a/src/Protocol/Feed.php +++ b/src/Protocol/Feed.php @@ -354,8 +354,6 @@ class Feed $item["plink"] = DI::httpRequest()->finalUrl($item["plink"]); - $item["thr-parent"] = $item["uri"]; - $item["title"] = XML::getFirstNodeValue($xpath, 'atom:title/text()', $entry); if (empty($item["title"])) {