PHP module is named mbstring

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
This commit is contained in:
Morris Jobke 2018-12-04 17:22:11 +01:00 committed by Backportbot
parent 0d5f3d16e9
commit d2f89950d8
1 changed files with 1 additions and 1 deletions

View File

@ -822,7 +822,7 @@ class OC_Util {
),
'functions' => [
'xml_parser_create' => 'libxml',
'mb_strcut' => 'mb multibyte',
'mb_strcut' => 'mbstring',
'ctype_digit' => 'ctype',
'json_encode' => 'JSON',
'gd_info' => 'GD',