diff --git a/src/Utility/Text.php b/src/Utility/Text.php index ab0e67283ef..e4239653a2f 100644 --- a/src/Utility/Text.php +++ b/src/Utility/Text.php @@ -119,6 +119,7 @@ public static function tokenize($data, $separator = ',', $leftBound = '(', $righ $open = true; } else { $depth--; + $open = false; } } }