Merge pull request #24907 from owncloud/properly-check-for-mbstring

Properly check for mbstring extension
This commit is contained in:
Vincent Petry 2016-05-31 13:51:17 +02:00
commit c0a19ecd2d

View file

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