mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-18 09:52:17 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@227 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
ea69a65507
commit
b60c71d589
17 changed files with 29 additions and 15 deletions
|
|
@ -330,7 +330,8 @@
|
|||
if(!file_exists($xml_file)) return;
|
||||
|
||||
$oXmlParser = new XmlParser();
|
||||
$xml_obj = $oXmlParser->loadXmlFile($xml_file);
|
||||
$tmp_xml_obj = $oXmlParser->loadXmlFile($xml_file);
|
||||
$xml_obj = $tmp_xml_obj->module;
|
||||
|
||||
if(!$xml_obj) return;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue