mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@162 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
c054d03df0
commit
ad4cfd30f4
4 changed files with 126 additions and 108 deletions
|
|
@ -90,7 +90,7 @@
|
|||
$oModuleModel = &getModel('module');
|
||||
|
||||
// 해당 모듈의 conf/action.xml 을 분석하여 action 정보를 얻어옴
|
||||
$xml_info = $oModuleModel->getModuleXmlInfo($this->module);
|
||||
$xml_info = $oModuleModel->getModuleActionXml($this->module);
|
||||
|
||||
// 현재 요청된 act가 있으면 $xml_info에서 type을 찾음, 없다면 기본 action을 이용
|
||||
if(!$this->act || !$xml_info->action->{$this->act}) $this->act = $xml_info->default_index_act;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue