mirror of
https://git.tt-rss.org/fox/tt-rss.git
synced 2025-10-12 19:41:04 +02:00
reverting
This commit is contained in:
parent
b28b2ce9eb
commit
ef811bba02
@ -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));
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user