1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-24 05:01:27 +00:00

Merge pull request #433 from hybner/master

fix parse atom feed
This commit is contained in:
Andrew Dolgov
2015-02-02 13:11:26 +03:00

View File

@@ -115,6 +115,7 @@ class FeedParser {
$this->type = $this::FEED_RSS;
break;
case "feed":
case "atom:feed":
$this->type = $this::FEED_ATOM;
break;
default: