]> git.wh0rd.org - tt-rss.git/commitdiff
Merge pull request #433 from hybner/master
authorAndrew Dolgov <gothfox@users.noreply.github.com>
Mon, 2 Feb 2015 10:11:26 +0000 (13:11 +0300)
committerAndrew Dolgov <gothfox@users.noreply.github.com>
Mon, 2 Feb 2015 10:11:26 +0000 (13:11 +0300)
fix parse atom feed

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: