Properly applying debug mode
authorAlexander Ebert <ebert@woltlab.com>
Thu, 10 Oct 2013 09:56:35 +0000 (11:56 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Thu, 10 Oct 2013 09:56:35 +0000 (11:56 +0200)
wcfsetup/install/files/lib/system/package/PackageInstallationDispatcher.class.php

index 7f03f5e4f3f76736107fa3dd9451e66b47f555ba..2ebc9fcd5f1216637f2627f5ce8b10da2f2f6251 100644 (file)
@@ -189,6 +189,9 @@ class PackageInstallationDispatcher {
                                                        1,
                                                        'enable_debug_mode'
                                                ));
+                                               
+                                               // update options.inc.php
+                                               OptionEditor::resetCache();
                                        }
                                }