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@1014 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
6f6f7b2ba0
commit
510648bc0f
1 changed files with 7 additions and 9 deletions
|
|
@ -267,17 +267,15 @@
|
|||
if($forward->module && $forward->type && $forward->act) {
|
||||
|
||||
$oModule = &getModule($forward->module, $forward->type);
|
||||
if(method_exists($forward->act, $oModule)) {
|
||||
$xml_info = $oModuleModel->getModuleActionXml($forward->module);
|
||||
$oModule->setAct($forward->act);
|
||||
$oModule->init();
|
||||
$oModule->setModuleInfo($this->module_info, $xml_info);
|
||||
$xml_info = $oModuleModel->getModuleActionXml($forward->module);
|
||||
$oModule->setAct($forward->act);
|
||||
$oModule->init();
|
||||
$oModule->setModuleInfo($this->module_info, $xml_info);
|
||||
|
||||
$output = call_user_method($forward->act, $oModule);
|
||||
$output = call_user_method($forward->act, $oModule);
|
||||
|
||||
$this->setTemplatePath($oModule->getTemplatePath());
|
||||
$this->setTemplateFile($oModule->getTemplateFile());
|
||||
} else $this->stop('msg_module_is_not_exists');
|
||||
$this->setTemplatePath($oModule->getTemplatePath());
|
||||
$this->setTemplateFile($oModule->getTemplateFile());
|
||||
|
||||
} else {
|
||||
if($this->xml_info->default_index_act) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue