Issue 167 supporting theme in auto install module.

git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9147 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ngleader 2011-09-15 04:50:47 +00:00
parent a79c17c4b8
commit ead9eceded

View file

@ -93,6 +93,10 @@
$config_file = "/info.xml";
$type = "component";
break;
case "theme":
$config_file = "/conf/info.xml";
$type = "theme";
break;
}
if(!$config_file) continue;
$xml = new XmlParser();