Merge pull request #24907 from owncloud/properly-check-for-mbstring
Properly check for mbstring extension
This commit is contained in:
commit
c0a19ecd2d
1 changed files with 1 additions and 1 deletions
|
@ -738,7 +738,7 @@ class OC_Util {
|
|||
),
|
||||
'functions' => [
|
||||
'xml_parser_create' => 'libxml',
|
||||
'mb_detect_encoding' => 'mb multibyte',
|
||||
'mb_strcut' => 'mb multibyte',
|
||||
'ctype_digit' => 'ctype',
|
||||
'json_encode' => 'JSON',
|
||||
'gd_info' => 'GD',
|
||||
|
|
Loading…
Reference in a new issue