혹시 모를 foreach reference 제거
This commit is contained in:
+1
-1
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user