mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-17 03:51:29 +00:00
reverting
This commit is contained in:
@@ -103,7 +103,6 @@ class FeedParser {
|
|||||||
if (!$articles || $articles->length == 0)
|
if (!$articles || $articles->length == 0)
|
||||||
$articles = $xpath->query("//atom03:entry");
|
$articles = $xpath->query("//atom03:entry");
|
||||||
|
|
||||||
$feed = $this->xpath->query("//atom:feed")->item(0);
|
|
||||||
foreach ($articles as $article) {
|
foreach ($articles as $article) {
|
||||||
array_push($this->items, new FeedItem_Atom($article, $this->doc, $this->xpath));
|
array_push($this->items, new FeedItem_Atom($article, $this->doc, $this->xpath));
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user