1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 13:45:56 +00:00

fix parse atom feed

This commit is contained in:
Lukas Hybner
2015-02-02 10:57:32 +01:00
parent d498b60c6d
commit 4834ad5639

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: