From: Alexander Ebert Date: Thu, 10 Oct 2013 09:56:35 +0000 (+0200) Subject: Properly applying debug mode X-Git-Tag: 2.0.0_Beta_11~27^2~10 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=05fe4769149bbe327f79d6a04f50ec670e4ef507;p=GitHub%2FWoltLab%2FWCF.git Properly applying debug mode --- diff --git a/wcfsetup/install/files/lib/system/package/PackageInstallationDispatcher.class.php b/wcfsetup/install/files/lib/system/package/PackageInstallationDispatcher.class.php index 7f03f5e4f3..2ebc9fcd5f 100644 --- a/wcfsetup/install/files/lib/system/package/PackageInstallationDispatcher.class.php +++ b/wcfsetup/install/files/lib/system/package/PackageInstallationDispatcher.class.php @@ -189,6 +189,9 @@ class PackageInstallationDispatcher { 1, 'enable_debug_mode' )); + + // update options.inc.php + OptionEditor::resetCache(); } }