mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
Merge branch 'rhymix:develop' into develop
This commit is contained in:
commit
10e2116dd9
13 changed files with 350 additions and 296 deletions
|
|
@ -437,7 +437,7 @@ class Validator
|
|||
*/
|
||||
function arrayTrim($array)
|
||||
{
|
||||
if(!is_array($array))
|
||||
if(!is_array($array) && !is_object($array))
|
||||
{
|
||||
return trim($array);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue