Fix #1628 error in PHP 8.0 in editor component setup screen

This commit is contained in:
Kijin Sung 2021-02-22 21:11:39 +09:00
parent 82398be24a
commit 9412cc4a22
3 changed files with 8 additions and 8 deletions

View file

@ -32,7 +32,7 @@
<a href="#" onclick="winopen('{$component->link}');return false;">{$component->link}</a>
</div>
</div>
<block cond="count($component->extra_vars)">
<block cond="$component->extra_vars">
<block loop="$component->extra_vars => $id, $var">
<block cond="$group != $var->group">
<h2>{$var->group}</h2>