1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-03-25 18:13:28 +01: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
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:
- '@installer.module.install_finish_collection'
tags:
- { name: installer_install_module, order: 80 }
- { name: installer_install_module, order: 60 }

View File

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