mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-07-17 10:33:04 -04:00
OPML : typo
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user