diff --git a/src/script.php b/src/script.php index 7bb49fd3..4a15e66e 100644 --- a/src/script.php +++ b/src/script.php @@ -34,10 +34,10 @@ class Pkg_MokowaasInstallerScript */ public function postflight($type, $parent) { - // Remove legacy and retired extensions + // Remove legacy extensions and migrate settings before retiring $this->cleanupLegacyExtensions(); - $this->removeRetiredExtensions(); $this->migrateStandalonePlugins(); + $this->removeRetiredExtensions(); $this->enablePlugin('system', 'mokowaas'); $this->enablePlugin('system', 'mokowaas_firewall');