aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/config
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2014-05-11 15:47:13 +0200
committerJoas Schilling <nickvergessen@gmx.de>2014-05-11 15:47:13 +0200
commitf37ff48e2c1edc643c25db6f213c56de6a27464e (patch)
tree68aac3d3c5db176c83dec4cfe7c1396baf0ce282 /phpBB/config
parentf2fc18b4b7cd2aa619ed448d338741501812031a (diff)
parent16cd1db59a3e089fd07b2b2a7586e32e73a780e9 (diff)
downloadforums-f37ff48e2c1edc643c25db6f213c56de6a27464e.tar
forums-f37ff48e2c1edc643c25db6f213c56de6a27464e.tar.gz
forums-f37ff48e2c1edc643c25db6f213c56de6a27464e.tar.bz2
forums-f37ff48e2c1edc643c25db6f213c56de6a27464e.tar.xz
forums-f37ff48e2c1edc643c25db6f213c56de6a27464e.zip
Merge pull request #2441 from Nicofuma/ticket/12529
[ticket/12529] Use root_path in controller\resolver to check the template dir * Nicofuma/ticket/12529: [ticket/12529] Move $phpbb_root_path to the end of the constructor [ticket/12529] Use root_path in controller\resolver to check the template dir
Diffstat (limited to 'phpBB/config')
-rw-r--r--phpBB/config/services.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/config/services.yml b/phpBB/config/services.yml
index fdd8a33135..4de47f750f 100644
--- a/phpBB/config/services.yml
+++ b/phpBB/config/services.yml
@@ -104,6 +104,7 @@ services:
arguments:
- @user
- @service_container
+ - %core.root_path%
- @template
controller.provider: