mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-02 01:52:10 +09:00
Various fixes to remove warnings in PHP 8.0
This commit is contained in:
parent
9a0bf6d907
commit
49923844b2
36 changed files with 271 additions and 176 deletions
|
|
@ -207,7 +207,7 @@ class editorController extends editor
|
|||
function procLoadEditorStyle()
|
||||
{
|
||||
$module_info = Context::get('module_info');
|
||||
$module_srl = $module_info->module_srl;
|
||||
$module_srl = $module_info->module_srl ?? 0;
|
||||
if($module_srl)
|
||||
{
|
||||
$editor_config = getModel('editor')->getEditorConfig($module_srl);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue