git-svn-id: http://xe-core.googlecode.com/svn/trunk@1014 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2007-04-06 09:36:02 +00:00
parent 6f6f7b2ba0
commit 510648bc0f

View file

@ -267,7 +267,6 @@
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();
@ -277,7 +276,6 @@
$this->setTemplatePath($oModule->getTemplatePath());
$this->setTemplateFile($oModule->getTemplateFile());
} else $this->stop('msg_module_is_not_exists');
} else {
if($this->xml_info->default_index_act) {