From 401b7f1128161bd732ad0207c1339d5b94bdca6b Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Thu, 6 Feb 2020 19:09:41 +0100 Subject: [PATCH] Preparing the release 5.2.2 --- com.woltlab.wcf/package.xml | 2 +- wcfsetup/install/files/options.inc.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/com.woltlab.wcf/package.xml b/com.woltlab.wcf/package.xml index ed01ca1638..33d058222b 100644 --- a/com.woltlab.wcf/package.xml +++ b/com.woltlab.wcf/package.xml @@ -6,7 +6,7 @@ Freies CMS und Web-Framework, das eindrucksvolle Websites und Communities ermöglicht. 1 5.2.2 - 2020-01-30 + 2020-02-06 diff --git a/wcfsetup/install/files/options.inc.php b/wcfsetup/install/files/options.inc.php index 74feca9de0..a52472ce84 100644 --- a/wcfsetup/install/files/options.inc.php +++ b/wcfsetup/install/files/options.inc.php @@ -38,7 +38,7 @@ define('TIMEZONE', 'Europe/Berlin'); define('ENABLE_DEBUG_MODE', 1); define('ENABLE_PRODUCTION_DEBUG_MODE', 1); define('ENABLE_BENCHMARK', 0); -define('ENABLE_ENTERPRISE_MODE', 0); +if (!defined('ENABLE_ENTERPRISE_MODE')) define('ENABLE_ENTERPRISE_MODE', 0); define('EXTERNAL_LINK_TARGET_BLANK', 0); define('URL_LEGACY_MODE', 0); define('URL_TO_LOWERCASE', 1); -- 2.20.1