mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
Fix undefined values and other warnings
This commit is contained in:
parent
702eebaa92
commit
eba7b75c3a
7 changed files with 73 additions and 37 deletions
|
|
@ -529,6 +529,10 @@ class ModuleModel extends Module
|
|||
|
||||
foreach($target_module_info as $key => $val)
|
||||
{
|
||||
if (!isset($val->module_srl) || !$val->module_srl)
|
||||
{
|
||||
continue;
|
||||
}
|
||||
if (!isset($extra_vars[$val->module_srl]))
|
||||
{
|
||||
continue;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue