mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 18:51:41 +09:00
Fix #219 error while loading menu type
This commit is contained in:
parent
184cbf704b
commit
93ef1b295f
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@ class JSONDisplayHandler
|
|||
}
|
||||
foreach ($array as $key => $value)
|
||||
{
|
||||
if (intval($key) != $key)
|
||||
if (!is_numeric($key))
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue