summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
Diffstat (limited to 'system')
-rw-r--r--system/libraries/Encryption.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/libraries/Encryption.php b/system/libraries/Encryption.php
index 0b759eb5d..e002c28ef 100644
--- a/system/libraries/Encryption.php
+++ b/system/libraries/Encryption.php
@@ -901,7 +901,7 @@ class CI_Encryption {
{
if (self::$func_override)
{
- return mb_substr($str, $start, $length);
+ return mb_substr($str, $start, $length, '8bit');
}
return isset($length)