diff --git a/src/sammo/Util.php b/src/sammo/Util.php index 692172c4..64c894b2 100644 --- a/src/sammo/Util.php +++ b/src/sammo/Util.php @@ -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; }