summaryrefslogtreecommitdiffstats
path: root/Core/Util/StringUtils.php
diff options
context:
space:
mode:
Diffstat (limited to 'Core/Util/StringUtils.php')
-rw-r--r--Core/Util/StringUtils.php2
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');
}