mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 12:45:55 +00:00
add dummy plug for mb_strtolower
This commit is contained in:
@@ -93,5 +93,11 @@ 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