]> git.wh0rd.org - tt-rss.git/commitdiff
fix parse atom feed
authorLukas Hybner <lukas.hybner@monetplus.cz>
Mon, 2 Feb 2015 09:57:32 +0000 (10:57 +0100)
committerLukas Hybner <lukas.hybner@monetplus.cz>
Mon, 2 Feb 2015 09:57:32 +0000 (10:57 +0100)
classes/feedparser.php

index 239fdb7a69b0c14cb17b4dbd40b96da755291850..30af6f62ebec7688f3478b6673c0b123db929f23 100644 (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: