diff options
author | Pico88 <luki_9@wp.pl> | 2014-04-21 19:53:46 +0200 |
---|---|---|
committer | Tristan Darricau <github@nicofuma.fr> | 2014-06-29 20:54:38 +0200 |
commit | f383d4221ce085dc36ef4c04a0a2c7c3f381b108 (patch) | |
tree | 06dfe75ca688aff35693b29c574a7365890fee4f /phpBB/config | |
parent | 404c2f11448f53e55eca4cfdf082671230711241 (diff) | |
download | forums-f383d4221ce085dc36ef4c04a0a2c7c3f381b108.tar forums-f383d4221ce085dc36ef4c04a0a2c7c3f381b108.tar.gz forums-f383d4221ce085dc36ef4c04a0a2c7c3f381b108.tar.bz2 forums-f383d4221ce085dc36ef4c04a0a2c7c3f381b108.tar.xz forums-f383d4221ce085dc36ef4c04a0a2c7c3f381b108.zip |
[ticket/12099] Add request argument to path_helper service
PHPBB3-12099
Diffstat (limited to 'phpBB/config')
-rw-r--r-- | phpBB/config/services.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/config/services.yml b/phpBB/config/services.yml index 72eeae9b15..a7addf510b 100644 --- a/phpBB/config/services.yml +++ b/phpBB/config/services.yml @@ -299,6 +299,8 @@ services: arguments: - @symfony_request - @filesystem + - @request + - @config - %core.root_path% - %core.php_ext% - %core.adm_relative_path% |