From 05fe4769149bbe327f79d6a04f50ec670e4ef507 Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Thu, 10 Oct 2013 11:56:35 +0200 Subject: [PATCH] Properly applying debug mode --- .../lib/system/package/PackageInstallationDispatcher.class.php | 3 +++ 1 file changed, 3 insertions(+) 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(); } } -- 2.20.1