mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-15 23:35:56 +00:00
add dummy plug for mb_strtolower
This commit is contained in:
@@ -94,4 +94,10 @@ if (!function_exists('mb_substr'))
|
||||
|
||||
return $i;
|
||||
}
|
||||
|
||||
if (!function_exists('mb_strtolower')) {
|
||||
function mb_strtolower($msg, $encoding) {
|
||||
return $msg;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user