git-svn-id: http://xe-core.googlecode.com/svn/trunk@227 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2007-03-05 03:31:38 +00:00
parent ea69a65507
commit b60c71d589
17 changed files with 29 additions and 15 deletions

View file

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