Remove unnecessary data array assignment in Protocol\Feed
This commit is contained in:
parent
5ce8cc24de
commit
042f6b98ac
|
@ -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"])) {
|
||||
|
|
Loading…
Reference in a new issue