From ef811bba02c4a156d110d0acab4b5619b12837e7 Mon Sep 17 00:00:00 2001
From: syrnon <syrnon@outlook.com>
Date: Tue, 9 Jul 2013 17:31:23 +0300
Subject: [PATCH] reverting

---
 classes/feedparser.php | 1 -
 1 file changed, 1 deletion(-)

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));
 				}
-- 
GitLab