mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-02 01:52:10 +09:00
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:
parent
a6ad202271
commit
bc313c7444
2 changed files with 3 additions and 2 deletions
|
|
@ -298,6 +298,7 @@
|
|||
|
||||
$this->setTemplatePath($oModule->getTemplatePath());
|
||||
$this->setTemplateFile($oModule->getTemplateFile());
|
||||
if($oModule->getLayoutFile()) $this->setLayoutFile($oModule->getLayoutFile());
|
||||
|
||||
$this->adds($oModule->getVariables());
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue