mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-06 18:21:39 +09:00
코드가 new Object으로만 작성된 코드에 대해서도 동일하게 BaseObject 호출하도록 추가.
This commit is contained in:
parent
f3f40f6859
commit
1803883e1d
9 changed files with 18 additions and 18 deletions
|
|
@ -39,7 +39,7 @@ class installAdminController extends install
|
|||
|
||||
$oModule = getModule($module_name, 'class');
|
||||
if($oModule) $output = $oModule->moduleUpdate();
|
||||
else $output = new Object(-1, 'invalid_request');
|
||||
else $output = new BaseObject(-1, 'invalid_request');
|
||||
|
||||
return $output;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue