summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorVincent Petry <pvince81@owncloud.com>2016-05-31 13:51:17 +0200
committerVincent Petry <pvince81@owncloud.com>2016-05-31 13:51:17 +0200
commitc0a19ecd2d4878684a135764e9cf4a175e5f591e (patch)
tree218a83c159593c2f0ab5ab085e8cb583d1169587 /lib
parentc6183f167cb6ad3171c7e7e652bf14d2a3471711 (diff)
parenta23df94af18bfa814c1665f67f3b660de993eb91 (diff)
downloadnextcloud-server-c0a19ecd2d4878684a135764e9cf4a175e5f591e.tar.gz
nextcloud-server-c0a19ecd2d4878684a135764e9cf4a175e5f591e.zip
Merge pull request #24907 from owncloud/properly-check-for-mbstring
Properly check for mbstring extension
Diffstat (limited to 'lib')
-rw-r--r--lib/private/legacy/util.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/private/legacy/util.php b/lib/private/legacy/util.php
index e3d678f568d..b744db21238 100644
--- a/lib/private/legacy/util.php
+++ b/lib/private/legacy/util.php
@@ -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',