mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-12 07:11:42 +09:00
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:
parent
bfef639efd
commit
24ee496a42
3 changed files with 23 additions and 3 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue