diff options
author | Joas Schilling <nickvergessen@gmx.de> | 2014-03-07 12:32:38 +0100 |
---|---|---|
committer | Joas Schilling <nickvergessen@gmx.de> | 2014-03-07 12:32:38 +0100 |
commit | 51273f6fb1421b68c1931c3960f68cd483f1ee95 (patch) | |
tree | 2d982cc9fe52b4a9ee9a3b47a59658ba631c6444 /phpBB/config | |
parent | 4b6f3f8b0fc3fc3b0d7fa0147930d0ea02107a8f (diff) | |
download | forums-51273f6fb1421b68c1931c3960f68cd483f1ee95.tar forums-51273f6fb1421b68c1931c3960f68cd483f1ee95.tar.gz forums-51273f6fb1421b68c1931c3960f68cd483f1ee95.tar.bz2 forums-51273f6fb1421b68c1931c3960f68cd483f1ee95.tar.xz forums-51273f6fb1421b68c1931c3960f68cd483f1ee95.zip |
[ticket/12090] Pass route name to url() to allow admins to change the routes
PHPBB3-12090
Diffstat (limited to 'phpBB/config')
-rw-r--r-- | phpBB/config/services.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/config/services.yml b/phpBB/config/services.yml index 735626810f..0699cfcc6d 100644 --- a/phpBB/config/services.yml +++ b/phpBB/config/services.yml @@ -91,6 +91,7 @@ services: controller.helper: class: phpbb\controller\helper arguments: + - @ext.finder - @template - @user - @config |