mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-03 16:51:40 +09:00
Fix #1612 error in PHP 8.0
This commit is contained in:
parent
7df902a282
commit
00519cce5d
1 changed files with 1 additions and 1 deletions
|
|
@ -56,7 +56,7 @@
|
|||
</div>
|
||||
</section>
|
||||
|
||||
<!--@if(count($skin_info->extra_vars) > 0)-->
|
||||
<!--@if(isset($skin_info->extra_vars) && is_array($skin_info->extra_vars) && count($skin_info->extra_vars))-->
|
||||
<section class="section">
|
||||
<h1>{$lang->extra_vars}</h1>
|
||||
<div class="x_control-group" cond="$skin_info->colorset">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue