diff options
Diffstat (limited to 'Core/Util/StringUtils.php')
-rw-r--r-- | Core/Util/StringUtils.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Core/Util/StringUtils.php b/Core/Util/StringUtils.php index 95c8513..c43a41a 100644 --- a/Core/Util/StringUtils.php +++ b/Core/Util/StringUtils.php @@ -82,7 +82,7 @@ class StringUtils if ($func_exists === null) { $func_exists = function_exists('mb_strlen'); } - + if ($func_exists) { return mb_strlen($string, '8bit'); } |