mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 19:21:40 +09:00
Revert "Fix #844 fill in default act if none is given in the URL"
This reverts commit d25cf782e9.
This commit is contained in:
parent
b584dc3a48
commit
395fa7c229
1 changed files with 0 additions and 4 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue