1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 05:50:42 +02:00

[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
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 }