mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-22 08:11:29 +00:00
add dummy plug for mb_strtolower
This commit is contained in:
@@ -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;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user