Fix #1485 misc errors in PHP 8.0

This commit is contained in:
Kijin Sung 2020-12-14 22:38:47 +09:00
parent 74b612715c
commit 9a0bf6d907
3 changed files with 5 additions and 5 deletions

View file

@ -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>