OPML : typo

This commit is contained in:
Alexandre Alapetite
2013-12-02 21:01:10 +01:00
parent 986c7297e7
commit c1da0f731e

View File

@@ -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);