mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
Merge pull request #3995 from CHItA/ticket/14044
[ticket/14044] Deduplicate the installers * CHItA/ticket/14044: [ticket/14044] Add config as global in notify user [ticket/14044] Fix language selection data loss [ticket/14044] Patch language::set_fallback_array() [ticket/14044] Fix tests [ticket/14044] Fix wrong descriptions in install [ticket/14044] Solve missing email template error [ticket/14044] global $table_prefix in constants.php [ticket/14044] Try to fix missing table prefix [ticket/14044] Use the correct language file version [ticket/14044] Automatically trigger rollback on insert in transaction [ticket/14044] Use empty instead of !count [ticket/14044] Fix Sqlite error in tests [ticket/14044] Deduplicate the installers
This commit is contained in:
@@ -1,2 +1,5 @@
|
||||
imports:
|
||||
- { resource: ../../default/container/parameters.yml }
|
||||
|
||||
parameters:
|
||||
installer.create_config_file.options: []
|
||||
|
@@ -8,6 +8,7 @@ services:
|
||||
- @installer.helper.iohandler
|
||||
- %core.root_path%
|
||||
- %core.php_ext%
|
||||
- %installer.create_config_file.options%
|
||||
tags:
|
||||
- { name: install_filesystem_install, order: 10 }
|
||||
|
||||
|
Reference in New Issue
Block a user