mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 03:01:43 +09:00
type module 오류 수정
This commit is contained in:
parent
d5e39ad897
commit
a6d45dedae
1 changed files with 1 additions and 1 deletions
|
|
@ -268,7 +268,7 @@ class ModuleObject extends Object
|
|||
}
|
||||
else if($type == 'module')
|
||||
{
|
||||
$module_info = getModel('module')->getModuleInfoByMid($target_srl)->module_srl;
|
||||
$module_info = getModel('module')->getModuleInfoByMid($target_srl);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue