Remove references to old XeXmlParser in most modules

This commit is contained in:
Kijin Sung 2025-05-18 21:59:37 +09:00
parent a3d682a294
commit 170e183f8f
5 changed files with 22 additions and 35 deletions

View file

@ -1031,8 +1031,7 @@ class ModuleModel extends Module
}
// Create XmlParser object
$oXmlParser = new XeXmlParser();
$_xml_obj = $oXmlParser->loadXmlFile($skin_xml_file);
$_xml_obj = Rhymix\Framework\Parsers\XEXMLParser::loadXMLFile($skin_xml_file);
// Return if no skin information is
if(!$_xml_obj->skin) return;
$xml_obj = $_xml_obj->skin;