summaryrefslogtreecommitdiff
path: root/classes/feedparser.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-05-01 22:05:59 +0400
committerAndrew Dolgov <[email protected]>2013-05-01 22:05:59 +0400
commit8a95d630a9183bf2c7b79f9e1f015eec328d8804 (patch)
tree84bfd5560fb0a7b00a41b52171b41098793a0827 /classes/feedparser.php
parentb4d1690097946bdf89dc88f218e7790126f4fd3b (diff)
fix rss content:encoded not used
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 f61c2a003..d60db8a28 100644
--- a/classes/feedparser.php
+++ b/classes/feedparser.php
@@ -31,6 +31,7 @@ class FeedParser {
$xpath->registerNamespace('rdf', 'http://www.w3.org/1999/02/22-rdf-syntax-ns#');
$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/');
$this->xpath = $xpath;