From c1da0f731eb2b9b7b96ae8eaaa1f4e1ae4871d46 Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Mon, 2 Dec 2013 21:01:10 +0100 Subject: OPML : typo --- lib/lib_rss.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/lib_rss.php') 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); -- cgit v1.2.3