Merge pull request #12822 from nextcloud/bugfix/noid/fix-module-name
PHP module is named mbstring
This commit is contained in:
commit
c39a14ee50
|
@ -827,7 +827,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',
|
||||
|
|
Loading…
Reference in New Issue