From b35fc5e738e6e46c5c2fd0faef51b9c89863e8d3 Mon Sep 17 00:00:00 2001 From: zhaoke Date: Tue, 9 May 2023 18:42:54 +0800 Subject: [PATCH] * Fix get values error from three-dimensional array. --- test/lib/init.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) {