mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-02 01:52:10 +09:00
#18624389 : handle result message via action forward
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7173 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
f437df2f86
commit
3d7d4e52f9
1 changed files with 2 additions and 0 deletions
|
|
@ -311,6 +311,8 @@
|
|||
if($oModule->getLayoutFile()) $this->setLayoutFile($oModule->getLayoutFile());
|
||||
|
||||
$this->adds($oModule->getVariables());
|
||||
$this->setMessage($oModule->getMessage());
|
||||
$this->setError($oModule->getError());
|
||||
|
||||
// forward 모듈을 찾지 못했다면 원 모듈의 default index action을 실행
|
||||
} else if($this->xml_info->default_index_act && method_exists($this, $this->xml_info->default_index_act)) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue