From: Lukas Hybner Date: Mon, 2 Feb 2015 09:57:32 +0000 (+0100) Subject: fix parse atom feed X-Git-Tag: 16.3~367^2 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=4834ad56393018733a4ab4f0bdd51e3ba66df47b;p=tt-rss.git fix parse atom feed --- diff --git a/classes/feedparser.php b/classes/feedparser.php index 239fdb7a..30af6f62 100644 --- a/classes/feedparser.php +++ b/classes/feedparser.php @@ -115,6 +115,7 @@ class FeedParser { $this->type = $this::FEED_RSS; break; case "feed": + case "atom:feed": $this->type = $this::FEED_ATOM; break; default: