Remove unnecessary data array assignment in Protocol\Feed
This commit is contained in:
parent
5ce8cc24de
commit
042f6b98ac
1 changed files with 0 additions and 2 deletions
|
@ -354,8 +354,6 @@ class Feed
|
||||||
|
|
||||||
$item["plink"] = DI::httpRequest()->finalUrl($item["plink"]);
|
$item["plink"] = DI::httpRequest()->finalUrl($item["plink"]);
|
||||||
|
|
||||||
$item["thr-parent"] = $item["uri"];
|
|
||||||
|
|
||||||
$item["title"] = XML::getFirstNodeValue($xpath, 'atom:title/text()', $entry);
|
$item["title"] = XML::getFirstNodeValue($xpath, 'atom:title/text()', $entry);
|
||||||
|
|
||||||
if (empty($item["title"])) {
|
if (empty($item["title"])) {
|
||||||
|
|
Loading…
Reference in a new issue