aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/config/installer
diff options
context:
space:
mode:
authorMate Bartus <mate.bartus@gmail.com>2015-10-18 17:31:12 +0200
committerMate Bartus <mate.bartus@gmail.com>2015-10-18 17:31:12 +0200
commit29908e54bcdf734150371fded932d04042580505 (patch)
tree0ec9fd81e5fbbdf115770cdf3372440ca96269f3 /phpBB/config/installer
parentdd8580632765c051ea68b877ce608ca69b5655fe (diff)
downloadforums-29908e54bcdf734150371fded932d04042580505.tar
forums-29908e54bcdf734150371fded932d04042580505.tar.gz
forums-29908e54bcdf734150371fded932d04042580505.tar.bz2
forums-29908e54bcdf734150371fded932d04042580505.tar.xz
forums-29908e54bcdf734150371fded932d04042580505.zip
[ticket/14039] Use shared language service in the container factory
PHPBB3-14039
Diffstat (limited to 'phpBB/config/installer')
-rw-r--r--phpBB/config/installer/container/services_installer.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/config/installer/container/services_installer.yml b/phpBB/config/installer/container/services_installer.yml
index 0072402d3c..939dd225b9 100644
--- a/phpBB/config/installer/container/services_installer.yml
+++ b/phpBB/config/installer/container/services_installer.yml
@@ -59,6 +59,7 @@ services:
installer.helper.container_factory:
class: phpbb\install\helper\container_factory
arguments:
+ - @language
- @request
- %core.root_path%
- %core.php_ext%