]> source.dussan.org Git - nextcloud-server.git/commit
Properly check for mbstring extension
authorLukas Reschke <lukas@owncloud.com>
Tue, 31 May 2016 06:12:36 +0000 (08:12 +0200)
committerLukas Reschke <lukas@owncloud.com>
Tue, 31 May 2016 06:12:36 +0000 (08:12 +0200)
commita23df94af18bfa814c1665f67f3b660de993eb91
treec1ef8f8496bdb4b110876660686f28f58f5ff7ce
parentb2e524b9367511e0496f22d45c87ecc974dda2ed
Properly check for mbstring extension

mb_detect_encoding is in the fallback we ship in the polyfill library, mb_strcut is not. Thus this lead to a false positive and ownCloud would just break.
lib/private/legacy/util.php