mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-02 01:52:10 +09:00
Fix strict count() behavior in PHP 7.2
This commit is contained in:
parent
6f35f5bafc
commit
3992b4b5bc
6 changed files with 8 additions and 9 deletions
|
|
@ -527,7 +527,7 @@ class editorModel extends editor
|
|||
$group_list = array();
|
||||
}
|
||||
|
||||
if(count($component_list))
|
||||
if(countobj($component_list))
|
||||
{
|
||||
foreach($component_list as $key => $val)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue