re-stub mb_strlen (see #615)

This commit is contained in:
Shish 2017-05-29 11:09:28 +01:00
parent 843d7fae24
commit 4e5af70093

View File

@ -958,6 +958,13 @@ function data_path($filename) {
return $filename;
}
if (!function_exists('mb_strlen')) {
// TODO: we should warn the admin that they are missing multibyte support
function mb_strlen($str, $encoding) {
return strlen($str);
}
}
/**
* @param string $url
* @param string $mfile