1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 22:10:45 +02:00

[ticket/12529] Move $phpbb_root_path to the end of the constructor

PHPBB3-12529
This commit is contained in:
Tristan Darricau
2014-05-11 15:10:14 +02:00
parent 197c801746
commit 16cd1db59a
3 changed files with 7 additions and 6 deletions

View File

@@ -103,8 +103,8 @@ services:
class: phpbb\controller\resolver
arguments:
- @user
- %core.root_path%
- @service_container
- %core.root_path%
- @template
controller.provider: