#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:
haneul 2010-01-19 12:35:37 +00:00
parent f437df2f86
commit 3d7d4e52f9

View file

@ -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)) {