forward action에서 layout 지정시 layout을 유지하도록 코드 추가

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6396 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2009-05-25 11:49:32 +00:00
parent a6ad202271
commit bc313c7444
2 changed files with 3 additions and 2 deletions

View file

@ -298,6 +298,7 @@
$this->setTemplatePath($oModule->getTemplatePath());
$this->setTemplateFile($oModule->getTemplateFile());
if($oModule->getLayoutFile()) $this->setLayoutFile($oModule->getLayoutFile());
$this->adds($oModule->getVariables());