소스 검색

OPML : typo

Alexandre Alapetite 12 년 전
부모
커밋
c1da0f731e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      lib/lib_rss.php

+ 1 - 1
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);