diff options
| author | Joas Schilling <nickvergessen@gmx.de> | 2015-05-16 18:49:32 +0200 |
|---|---|---|
| committer | Joas Schilling <nickvergessen@gmx.de> | 2015-05-16 22:09:04 +0200 |
| commit | ff7e9dc91262aa43c6153831a33fda13d5324325 (patch) | |
| tree | b0ce69ffd3583dfc63526ed4033a21f4bd867c39 /phpBB/config/default/routing | |
| parent | 5586cbbcfe5117e1750ebff507e42b296c729aa1 (diff) | |
| download | forums-ff7e9dc91262aa43c6153831a33fda13d5324325.tar forums-ff7e9dc91262aa43c6153831a33fda13d5324325.tar.gz forums-ff7e9dc91262aa43c6153831a33fda13d5324325.tar.bz2 forums-ff7e9dc91262aa43c6153831a33fda13d5324325.tar.xz forums-ff7e9dc91262aa43c6153831a33fda13d5324325.zip | |
[ticket/13844] Refactor bbcode help to the new system
PHPBB3-13844
Diffstat (limited to 'phpBB/config/default/routing')
| -rw-r--r-- | phpBB/config/default/routing/help.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/phpBB/config/default/routing/help.yml b/phpBB/config/default/routing/help.yml index 957d6dab55..9b15040875 100644 --- a/phpBB/config/default/routing/help.yml +++ b/phpBB/config/default/routing/help.yml @@ -1,3 +1,6 @@ phpbb_help_controller: + path: /bbcode + defaults: { _controller: phpbb.help.controller.bbcode:handle } + path: /{mode} defaults: { _controller: phpbb.help.controller:handle } |
