Remove unnecessary data array assignment in Protocol\Feed

This commit is contained in:
Hypolite Petovan 2020-11-13 05:00:52 -05:00
parent 5ce8cc24de
commit 042f6b98ac
1 changed files with 0 additions and 2 deletions

View File

@ -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"])) {