Fix errors in PHP 8.0 while copying module

This commit is contained in:
Kijin Sung 2020-12-16 22:18:38 +09:00
parent a395d76d33
commit 39fa556531
2 changed files with 5 additions and 3 deletions

View file

@ -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;