Moved the `option.xml` import for the 3.0 -> 3.1 upgrade
authorAlexander Ebert <ebert@woltlab.com>
Wed, 30 May 2018 14:57:49 +0000 (16:57 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Wed, 30 May 2018 14:57:49 +0000 (16:57 +0200)
com.woltlab.wcf/package.xml

index 1cb54b60caf3b4910bcab936bce5483251b2857d..3a620758bcadae2940dd74fc8575c97c92a726db 100644 (file)
@@ -54,6 +54,9 @@
                <!-- version guard -->
                <instruction type="script" flushCache="false">acp/update_com.woltlab.wcf_3.1_preUpdate.php</instruction>
                
+               <!-- prevent issues caused by early flushes of the `options.inc.php` -->
+               <instruction type="option" />
+               
                <instruction type="acpTemplate" />
                <instruction type="template" />
                
@@ -75,7 +78,6 @@
                <instruction type="eventListener" />
                <instruction type="objectTypeDefinition" />
                <instruction type="objectType" />
-               <instruction type="option" />
                <instruction type="userGroupOption" />
                <instruction type="userNotificationEvent" />
                <instruction type="userOption" />