mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
Fix #1298 array/object confusion in point module
This commit is contained in:
parent
55f7898dc9
commit
5cd1cc53a5
3 changed files with 19 additions and 3 deletions
|
|
@ -632,6 +632,10 @@ class pointController extends point
|
|||
{
|
||||
$oModuleModel = getModel('module');
|
||||
$pointConfig = $oModuleModel->getModulePartConfig('point', $obj->originModuleSrl);
|
||||
if (is_object($pointConfig))
|
||||
{
|
||||
$pointConfig = get_object_vars($pointConfig);
|
||||
}
|
||||
|
||||
$oModuleController = getController('module');
|
||||
if(is_array($obj->moduleSrlList))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue