* Fix get values error from three-dimensional array.
This commit is contained in:
+1
-1
@@ -395,7 +395,7 @@ function getValues($value, $keys, $delimiter)
|
||||
}
|
||||
$keys = explode($delimiter, $keys);
|
||||
|
||||
if($object)
|
||||
if($object !== '')
|
||||
{
|
||||
if(is_array($value))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user