mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-06 18:21:39 +09:00
Fix errors in PHP 8.0 while copying module
This commit is contained in:
parent
a395d76d33
commit
39fa556531
2 changed files with 5 additions and 3 deletions
|
|
@ -921,7 +921,7 @@ class moduleController extends module
|
|||
}
|
||||
|
||||
getDestroyXeVars($obj);
|
||||
if(!$obj || !count($obj)) return new BaseObject();
|
||||
if(!$obj || !countobj($obj)) return new BaseObject();
|
||||
|
||||
$args = new stdClass;
|
||||
$args->module_srl = $module_srl;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue