]> git.wh0rd.org - tt-rss.git/commitdiff
reverting
authorsyrnon <syrnon@outlook.com>
Tue, 9 Jul 2013 14:31:23 +0000 (17:31 +0300)
committersyrnon <syrnon@outlook.com>
Tue, 9 Jul 2013 14:31:23 +0000 (17:31 +0300)
classes/feedparser.php

index a27fd97cc0ab9d1932be4aedea55c9419fa08604..eb8606de912339a5c8ad8d3f9cc278c830b06373 100644 (file)
@@ -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));
                                }