mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-27 22:33:10 +09:00
php7.2호환을 위해 변경한 클래스 Object 를 BaseObject으로 변경
This commit is contained in:
parent
f4c19a3e0f
commit
f3f40f6859
109 changed files with 976 additions and 976 deletions
|
|
@ -31,7 +31,7 @@ class fileView extends file
|
|||
// Get information of the current module
|
||||
$current_module_info = Context::get('current_module_info');
|
||||
$current_module_srl = $current_module_info->module_srl;
|
||||
if(!$current_module_srl) return new Object();
|
||||
if(!$current_module_srl) return new BaseObject();
|
||||
}
|
||||
// Get file configurations of the module
|
||||
$oFileModel = getModel('file');
|
||||
|
|
@ -47,7 +47,7 @@ class fileView extends file
|
|||
$tpl = $oTemplate->compile($this->module_path.'tpl', 'file_module_config');
|
||||
$obj .= $tpl;
|
||||
|
||||
return new Object();
|
||||
return new BaseObject();
|
||||
}
|
||||
}
|
||||
/* End of file file.view.php */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue