혹시 모를 foreach reference 제거

This commit is contained in:
2018-04-08 11:59:42 +09:00
parent f36df49ed8
commit 7875e6885f
+1 -1
View File
@@ -218,7 +218,7 @@ class Util extends \utilphp\util
}
$idx = 0;
$jmp = 0;
foreach ($array as $key=>&$value) {
foreach ($array as $key=>$value) {
if (is_string($key)) {
return true;
}