mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[ticket/16314] Create correct adm relative path for controller helper
PHPBB3-16314
This commit is contained in:
parent
843e3ae849
commit
2bfea20007
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ services:
|
||||||
- '@symfony_request'
|
- '@symfony_request'
|
||||||
- '@request'
|
- '@request'
|
||||||
- '@routing.helper'
|
- '@routing.helper'
|
||||||
- '%core.adm_relative_path%'
|
- '%core.root_path%%core.adm_relative_path%'
|
||||||
- '%core.php_ext%'
|
- '%core.php_ext%'
|
||||||
- '%debug.sql_explain%'
|
- '%debug.sql_explain%'
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue