diff --git a/phpBB/config/default/container/services.yml b/phpBB/config/default/container/services.yml index 739341ab49..eb884ace5f 100644 --- a/phpBB/config/default/container/services.yml +++ b/phpBB/config/default/container/services.yml @@ -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%'