Rewriting options.inc.php once options PIP is completed
authorAlexander Ebert <ebert@woltlab.com>
Tue, 27 Sep 2011 17:02:08 +0000 (19:02 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Tue, 27 Sep 2011 17:02:08 +0000 (19:02 +0200)
wcfsetup/install/files/lib/system/package/plugin/OptionPackageInstallationPlugin.class.php

index 0702b3eb6d8f610a9eb25e95d9aeb45b8e2b32f3..481d74aac140948707a7cd3183786e3bdbfbcaa9 100644 (file)
@@ -98,4 +98,11 @@ class OptionPackageInstallationPlugin extends AbstractOptionPackageInstallationP
                        $optionEditor->update($data);
                }
        }
+       
+       /**
+        * @see wcf\system\package\plugin\AbstractXMLPackageInstallationPlugin::cleanup()
+        */
+       protected function cleanup() {
+               OptionEditor::resetCache();
+       }
 }