diff options
author | Christoph Wurst <christoph@winzerhof-wurst.at> | 2021-01-07 15:55:49 +0100 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2021-01-07 21:22:41 +0100 |
commit | 287c26bda3f184e90c9b608466e4165a1b0942b6 (patch) | |
tree | 828ff0e74d39bf8b95413d109785fba3bee10375 /lib/base.php | |
parent | 82947263b90bb350501024da58809e7223fc4087 (diff) | |
download | nextcloud-server-287c26bda3f184e90c9b608466e4165a1b0942b6.tar.gz nextcloud-server-287c26bda3f184e90c9b608466e4165a1b0942b6.zip |
Replace patchwork/utf8 with symfony-polyfill-*
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'lib/base.php')
-rw-r--r-- | lib/base.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/base.php b/lib/base.php index bbc777d5ea8..d232ff85497 100644 --- a/lib/base.php +++ b/lib/base.php @@ -629,8 +629,7 @@ class OC { self::handleAuthHeaders(); self::registerAutoloaderCache(); - // initialize intl fallback is necessary - \Patchwork\Utf8\Bootup::initIntl(); + // initialize intl fallback if necessary OC_Util::isSetLocaleWorking(); if (!defined('PHPUNIT_RUN')) { |