diff --git a/test/lib/init.php b/test/lib/init.php index d21ae08263..9cc1a6431b 100644 --- a/test/lib/init.php +++ b/test/lib/init.php @@ -395,7 +395,7 @@ function getValues($value, $keys, $delimiter) } $keys = explode($delimiter, $keys); - if($object) + if($object !== '') { if(is_array($value)) {