mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-06 18:21:39 +09:00
Fix #844 fill in default act if none is given in the URL
This commit is contained in:
parent
224b2748a5
commit
d25cf782e9
1 changed files with 4 additions and 0 deletions
|
|
@ -735,6 +735,10 @@ 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