Merge pull request #12825 from nextcloud/backport/12822/stable15

[stable15] PHP module is named mbstring
pull/12830/head
Roeland Jago Douma 2018-12-04 19:51:16 +07:00 committed by GitHub
commit 9166db69e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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