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