Browse Source

fix parse atom feed

Lukas Hybner 9 years ago
parent
commit
4834ad5639
1 changed files with 1 additions and 0 deletions
  1. 1 0
      classes/feedparser.php

+ 1 - 0
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: