Merge pull request #24908 from owncloud/stable9-backport-properly-check-for-mbstring

[stable9] Properly check for mbstring extension
This commit is contained in:
Vincent Petry 2016-05-31 13:52:23 +02:00
commit 95cdbd45b8
1 changed files with 1 additions and 1 deletions

View File

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