diff options
author | Tristan Darricau <github@nicofuma.fr> | 2014-05-11 14:10:19 +0200 |
---|---|---|
committer | Tristan Darricau <github@nicofuma.fr> | 2014-05-11 14:10:19 +0200 |
commit | 197c801746b148e6bcf7b5824e9077c185bf4e5f (patch) | |
tree | 671351344b6fdb01e2a6081a6fef1a1e9ff9c673 /phpBB/config | |
parent | d4fc060bcd61228fdf78da4f2d290a7a17546c46 (diff) | |
download | forums-197c801746b148e6bcf7b5824e9077c185bf4e5f.tar forums-197c801746b148e6bcf7b5824e9077c185bf4e5f.tar.gz forums-197c801746b148e6bcf7b5824e9077c185bf4e5f.tar.bz2 forums-197c801746b148e6bcf7b5824e9077c185bf4e5f.tar.xz forums-197c801746b148e6bcf7b5824e9077c185bf4e5f.zip |
[ticket/12529] Use root_path in controller\resolver to check the template dir
PHPBB3-12529
Diffstat (limited to 'phpBB/config')
-rw-r--r-- | phpBB/config/services.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/config/services.yml b/phpBB/config/services.yml index fdd8a33135..45ad108ef9 100644 --- a/phpBB/config/services.yml +++ b/phpBB/config/services.yml @@ -103,6 +103,7 @@ services: class: phpbb\controller\resolver arguments: - @user + - %core.root_path% - @service_container - @template |