1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-16 14:46:28 +02:00

[ticket/16314] Create correct adm relative path for controller helper

PHPBB3-16314
This commit is contained in:
Marc Alexander
2020-01-19 21:43:07 +01:00
parent 843e3ae849
commit 2bfea20007

View File

@ -97,7 +97,7 @@ services:
- '@symfony_request'
- '@request'
- '@routing.helper'
- '%core.adm_relative_path%'
- '%core.root_path%%core.adm_relative_path%'
- '%core.php_ext%'
- '%debug.sql_explain%'