Commit 7479eeb3 authored by 王源's avatar 王源 🎧

fix bug

parent 01b47db4
......@@ -523,7 +523,7 @@ if (!function_exists('get_collection_values')) {
$values[] = $value;
}
} else {
if (is_array($value) || is_countable($collection[$t])) {
if (is_array($value) || is_countable($collection)) {
foreach ($value as $vv) {
if (isset($vv[$ik])) {
$values[] = $vv[$ik];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment