aboutsummaryrefslogtreecommitdiff
path: root/lib/lib_rss.php
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2013-12-02 21:01:10 +0100
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2013-12-02 21:01:10 +0100
commitc1da0f731eb2b9b7b96ae8eaaa1f4e1ae4871d46 (patch)
tree0a6d70b48a0b5dab75cad4a61319f8bfe5fe6f34 /lib/lib_rss.php
parent986c7297e71d926afa584c6de293794a49f69adf (diff)
OPML : typo
Diffstat (limited to 'lib/lib_rss.php')
-rw-r--r--lib/lib_rss.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/lib_rss.php b/lib/lib_rss.php
index ae140827c..8d4cecf44 100644
--- a/lib/lib_rss.php
+++ b/lib/lib_rss.php
@@ -118,7 +118,7 @@ function opml_import ($xml) {
$dom->recover = true;
$dom->strictErrorChecking = false;
$dom->loadXML($xml);
- $this->encoding = 'UTF-8';
+ $dom->encoding = 'UTF-8';
$opml = simplexml_import_dom($dom);