[ticket/14492] Remove incorrect changes to module order

PHPBB3-14492
This commit is contained in:
Marc Alexander 2016-02-29 11:29:33 +01:00
parent 65d6e338a9
commit 67c3bd4a90
No known key found for this signature in database
GPG key ID: 50E0D2423696F995
2 changed files with 2 additions and 2 deletions

View file

@ -41,4 +41,4 @@ services:
arguments: arguments:
- '@installer.module.install_finish_collection' - '@installer.module.install_finish_collection'
tags: tags:
- { name: installer_install_module, order: 80 } - { name: installer_install_module, order: 60 }

View file

@ -37,4 +37,4 @@ services:
- true - true
- false - false
tags: tags:
- { name: installer_update_module, order: 60 } - { name: installer_update_module, order: 40 }