mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[ticket/14492] Remove incorrect changes to module order
PHPBB3-14492
This commit is contained in:
parent
65d6e338a9
commit
67c3bd4a90
2 changed files with 2 additions and 2 deletions
|
@ -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 }
|
||||||
|
|
|
@ -37,4 +37,4 @@ services:
|
||||||
- true
|
- true
|
||||||
- false
|
- false
|
||||||
tags:
|
tags:
|
||||||
- { name: installer_update_module, order: 60 }
|
- { name: installer_update_module, order: 40 }
|
||||||
|
|
Loading…
Add table
Reference in a new issue