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

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
This commit is contained in:
Joas Schilling
2014-05-11 15:47:13 +02:00
3 changed files with 15 additions and 6 deletions

View File

@@ -104,6 +104,7 @@ services:
arguments:
- @user
- @service_container
- %core.root_path%
- @template
controller.provider: