From 16cd1db59a3e089fd07b2b2a7586e32e73a780e9 Mon Sep 17 00:00:00 2001 From: Tristan Darricau Date: Sun, 11 May 2014 15:10:14 +0200 Subject: [ticket/12529] Move $phpbb_root_path to the end of the constructor PHPBB3-12529 --- phpBB/config/services.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/config') 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: -- cgit v1.2.1