mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 19:51:42 +09:00
Fix #1492 error in PHP 8.0
This commit is contained in:
parent
6dbf2b4ebb
commit
5e572a168d
2 changed files with 6 additions and 2 deletions
|
|
@ -80,6 +80,10 @@ class addonAdminView extends addon
|
|||
{
|
||||
foreach($mid_list as $module_srl => $module)
|
||||
{
|
||||
if (!isset($module_categories[$module->module_category_srl]))
|
||||
{
|
||||
$module_categories[$module->module_category_srl] = (object)['list' => []];
|
||||
}
|
||||
$module_categories[$module->module_category_srl]->list[$module_srl] = $module;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue