Revert "Fix #844 fill in default act if none is given in the URL"

This reverts commit d25cf782e9.
This commit is contained in:
Kijin Sung 2017-06-10 09:38:48 +09:00
parent b584dc3a48
commit 395fa7c229

View file

@ -735,10 +735,6 @@ class ModuleHandler extends Handler
}
$oModule->setAct($this->act);
if(!Context::get('act'))
{
Context::set('act', $this->act);
}
$this->module_info->module_type = $type;
$oModule->setModuleInfo($this->module_info, $xml_info);