From: syrnon Date: Tue, 9 Jul 2013 14:31:23 +0000 (+0300) Subject: reverting X-Git-Tag: 1.9~44^2~1 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=ef811bba02c4a156d110d0acab4b5619b12837e7;p=tt-rss.git reverting --- diff --git a/classes/feedparser.php b/classes/feedparser.php index a27fd97c..eb8606de 100644 --- a/classes/feedparser.php +++ b/classes/feedparser.php @@ -103,7 +103,6 @@ class FeedParser { if (!$articles || $articles->length == 0) $articles = $xpath->query("//atom03:entry"); - $feed = $this->xpath->query("//atom:feed")->item(0); foreach ($articles as $article) { array_push($this->items, new FeedItem_Atom($article, $this->doc, $this->xpath)); }