summaryrefslogtreecommitdiff
path: root/classes/feedparser.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-12-19 13:19:55 +0400
committerAndrew Dolgov <[email protected]>2013-12-19 13:19:55 +0400
commitd31d521f79026f0341fb4945750b68c504f87e19 (patch)
treeeacd7eada48c824e4b0636796fb24b31809e0a32 /classes/feedparser.php
parentf6c61b2d55ff70819bc1582791fdc8df149eb22f (diff)
parent2d937e9f67b654110780cad8d4084fadcc508bf5 (diff)
Merge branch 'master' of github.com:gothfox/Tiny-Tiny-RSS
Diffstat (limited to 'classes/feedparser.php')
-rw-r--r--classes/feedparser.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/classes/feedparser.php b/classes/feedparser.php
index de6c56542..187875b5f 100644
--- a/classes/feedparser.php
+++ b/classes/feedparser.php
@@ -97,6 +97,7 @@ class FeedParser {
$xpath->registerNamespace('slash', 'http://purl.org/rss/1.0/modules/slash/');
$xpath->registerNamespace('dc', 'http://purl.org/dc/elements/1.1/');
$xpath->registerNamespace('content', 'http://purl.org/rss/1.0/modules/content/');
+ $xpath->registerNamespace('thread', 'http://purl.org/syndication/thread/1.0');
$this->xpath = $xpath;