issue 92 add Theme skin info

git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8650 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
devjin 2011-07-26 09:31:37 +00:00
parent bfef639efd
commit 24ee496a42
3 changed files with 23 additions and 3 deletions

View file

@ -158,6 +158,8 @@
* @return executed module instance
**/
function procModule() {
$oModuleModel = &getModel('module');
// If error occurred while preparation, return a message instance
if($this->error) {
$type = Mobile::isFromMobilePhone() ? 'mobile' : 'view';
@ -168,8 +170,6 @@
return $oMessageObject;
}
$oModuleModel = &getModel('module');
// Get action information with conf/action.xml
$xml_info = $oModuleModel->getModuleActionXml($this->module);