add dummy plug for mb_strtolower
This commit is contained in:
parent
7e43ad58a6
commit
de5b8ebcda
@ -93,5 +93,11 @@ if (!function_exists('mb_substr'))
|
||||
}
|
||||
|
||||
return $i;
|
||||
}
|
||||
}
|
||||
|
||||
if (!function_exists('mb_strtolower')) {
|
||||
function mb_strtolower($msg, $encoding) {
|
||||
return $msg;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user