Merge pull request #12827 from nextcloud/backport/12822/stable13

[stable13] PHP module is named mbstring
This commit is contained in:
Roeland Jago Douma 2018-12-04 20:10:28 +01:00 committed by GitHub
commit d8f2e22e6b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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',