summaryrefslogtreecommitdiff
path: root/classes
diff options
context:
space:
mode:
authorsyrnon <[email protected]>2013-07-09 17:31:23 +0300
committersyrnon <[email protected]>2013-07-09 17:31:23 +0300
commitef811bba02c4a156d110d0acab4b5619b12837e7 (patch)
tree9b9e6615cea9534505067d8a377577e53e33f1fa /classes
parentb28b2ce9eb4265b7360f170ae7f706906fc6d1f9 (diff)
reverting
Diffstat (limited to 'classes')
-rw-r--r--classes/feedparser.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/classes/feedparser.php b/classes/feedparser.php
index a27fd97cc..eb8606de9 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));
}