aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/config
diff options
context:
space:
mode:
authorTristan Darricau <github@nicofuma.fr>2014-05-11 15:10:14 +0200
committerTristan Darricau <github@nicofuma.fr>2014-05-11 15:10:14 +0200
commit16cd1db59a3e089fd07b2b2a7586e32e73a780e9 (patch)
treeef4c0283dfb1d4c8b53ec4ab6dd9141af236774f /phpBB/config
parent197c801746b148e6bcf7b5824e9077c185bf4e5f (diff)
downloadforums-16cd1db59a3e089fd07b2b2a7586e32e73a780e9.tar
forums-16cd1db59a3e089fd07b2b2a7586e32e73a780e9.tar.gz
forums-16cd1db59a3e089fd07b2b2a7586e32e73a780e9.tar.bz2
forums-16cd1db59a3e089fd07b2b2a7586e32e73a780e9.tar.xz
forums-16cd1db59a3e089fd07b2b2a7586e32e73a780e9.zip
[ticket/12529] Move $phpbb_root_path to the end of the constructor
PHPBB3-12529
Diffstat (limited to 'phpBB/config')
-rw-r--r--phpBB/config/services.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/config/services.yml b/phpBB/config/services.yml
index 45ad108ef9..4de47f750f 100644
--- a/phpBB/config/services.yml
+++ b/phpBB/config/services.yml
@@ -103,8 +103,8 @@ services:
class: phpbb\controller\resolver
arguments:
- @user
- - %core.root_path%
- @service_container
+ - %core.root_path%
- @template
controller.provider: