mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
Fix #1485 misc errors in PHP 8.0
This commit is contained in:
parent
74b612715c
commit
9a0bf6d907
3 changed files with 5 additions and 5 deletions
|
|
@ -176,7 +176,7 @@
|
|||
</section>
|
||||
|
||||
<section class="section">
|
||||
{@$point_group = @array_flip($config->point_group)}
|
||||
{@$point_group = @array_flip($config->point_group ?? [])}
|
||||
<h1>{$lang->level_point}</h1>
|
||||
<div class="x_clearfix">
|
||||
<p class="x_pull-left">{$lang->expression}</p>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue