diff options
Diffstat (limited to 'lib/lib_rss.php')
| -rw-r--r-- | lib/lib_rss.php | 2 |
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); |
