mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-02 01:52:10 +09:00
Fix minor issues with backward compatibility
This commit is contained in:
parent
0a4216fa3f
commit
a6d9f84147
2 changed files with 2 additions and 2 deletions
|
|
@ -200,7 +200,7 @@ class Value
|
|||
}
|
||||
elseif ($this->default)
|
||||
{
|
||||
return explode(',', $this->default);
|
||||
return is_array($this->default) ? $this->default : explode(',', $this->default);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue