reverting

This commit is contained in:
syrnon 2013-07-09 17:31:23 +03:00
parent b28b2ce9eb
commit ef811bba02
1 changed files with 0 additions and 1 deletions

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