From: Alexander Ebert Date: Wed, 11 Jan 2017 11:32:41 +0000 (+0100) Subject: Even more work-arounds X-Git-Tag: 3.0.0^0 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=86ba42a00e382b9fde8cd19ad223f4f989728579;p=GitHub%2FWoltLab%2FWCF.git Even more work-arounds --- diff --git a/wcfsetup/install/files/acp/update_com.woltlab.wcf_3.0_appConfig.php b/wcfsetup/install/files/acp/update_com.woltlab.wcf_3.0_appConfig.php index ad3055d9cf..96d0b3da48 100644 --- a/wcfsetup/install/files/acp/update_com.woltlab.wcf_3.0_appConfig.php +++ b/wcfsetup/install/files/acp/update_com.woltlab.wcf_3.0_appConfig.php @@ -1,10 +1,23 @@ * @package WoltLabSuite\Core */ -Package::writeConfigFile(1); + +// the content below is the effective result of `wcf\data\package\Package::writeConfigFile()` +// but the class is already in memory during the upgrade, causing the old version of this +// method to be used, which is not aware of `app.config.inc.php` + +$content = <<