From 042f6b98ac1299f63b9c8d58423f2b252e20ed53 Mon Sep 17 00:00:00 2001 From: Hypolite Petovan Date: Fri, 13 Nov 2020 05:00:52 -0500 Subject: [PATCH] Remove unnecessary data array assignment in Protocol\Feed --- src/Protocol/Feed.php | 2 -- 1 file changed, 2 deletions(-) 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"])) {