Fixed instruction order
authorAlexander Ebert <ebert@woltlab.com>
Wed, 7 Dec 2016 16:30:36 +0000 (17:30 +0100)
committerAlexander Ebert <ebert@woltlab.com>
Thu, 8 Dec 2016 14:54:29 +0000 (15:54 +0100)
com.woltlab.wcf/package.xml

index c092832cb6d189ebf93a877f2a951907745ed532..98cb4ab90b1e0c2cf1d234676fad3f94dac84e9c 100644 (file)
        </instructions>
        
        <instructions type="update" fromversion="3.0.0 Beta 5">
+               <instruction type="file" run="standalone">files_update.tar</instruction>
+               
                <instruction type="sql">update_3.0.0_rc_1.sql</instruction>
                <instruction type="script">acp/update_com.woltlab.wcf_3.0.0_rc_1.php</instruction>
                
                <!-- !!! whichever instruction comes next: run="standalone" !!! -->
                
-               <instruction type="file" run="standalone">files_update.tar</instruction>
+               <instruction type="language" run="standalone">language/*.xml</instruction>
+               
                <instruction type="acpTemplate">acptemplates_update.tar</instruction>
                <instruction type="template">templates_update.tar</instruction>
                
-               <instruction type="language" run="standalone">language/*.xml</instruction>
-               
                <instruction type="menu" />
                <instruction type="option" />
                <instruction type="userOption" />