mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
Merge branch 'develop' into next
This commit is contained in:
commit
34eb311ac0
4 changed files with 30 additions and 12 deletions
|
|
@ -630,6 +630,10 @@ class pointController extends point
|
|||
public function triggerCopyModule($obj)
|
||||
{
|
||||
$pointConfig = ModuleModel::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