summaryrefslogtreecommitdiffstats
path: root/lib/base.php
diff options
context:
space:
mode:
authorLukas Reschke <lukas@owncloud.com>2014-09-15 14:13:30 +0200
committerLukas Reschke <lukas@owncloud.com>2014-09-15 14:13:30 +0200
commit07b14bcd4fb5b83701150d6e6ea5bf27ecc0e105 (patch)
tree1a6c21ccc2d818461b2dea52089b2706c8fe9e47 /lib/base.php
parent31898aa63548be8492b826b9bac6dc0f8bca8dee (diff)
parent59209e0f2b3376c7a03df393fc731ca99ced1213 (diff)
downloadnextcloud-server-07b14bcd4fb5b83701150d6e6ea5bf27ecc0e105.tar.gz
nextcloud-server-07b14bcd4fb5b83701150d6e6ea5bf27ecc0e105.zip
Merge pull request #10960 from owncloud/use-intl-module-master
use intl's native normalizer_normalize() in case the module is available
Diffstat (limited to 'lib/base.php')
-rw-r--r--lib/base.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/base.php b/lib/base.php
index c113ed3b506..e21d0124b32 100644
--- a/lib/base.php
+++ b/lib/base.php
@@ -496,6 +496,9 @@ class OC {
require_once $vendorAutoLoad;
}
+ // initialize intl fallback is necessary
+ \Patchwork\Utf8\Bootup::initIntl();
+
if (!defined('PHPUNIT_RUN')) {
OC\Log\ErrorHandler::setLogger(OC_Log::$object);
if (defined('DEBUG') and DEBUG) {