diff options
| author | Tristan Darricau <github@nicofuma.fr> | 2014-11-26 12:24:50 +0100 |
|---|---|---|
| committer | Tristan Darricau <github@nicofuma.fr> | 2014-11-26 12:24:50 +0100 |
| commit | 90012c86e8a75c768eb8621a9b6cc2595dadc6f9 (patch) | |
| tree | 3f047e02143c87145108046d54b5ec5e1556478a /phpBB | |
| parent | aa3a46a35f086fa3462c9a7b32da5dbad08aa350 (diff) | |
| download | forums-90012c86e8a75c768eb8621a9b6cc2595dadc6f9.tar forums-90012c86e8a75c768eb8621a9b6cc2595dadc6f9.tar.gz forums-90012c86e8a75c768eb8621a9b6cc2595dadc6f9.tar.bz2 forums-90012c86e8a75c768eb8621a9b6cc2595dadc6f9.tar.xz forums-90012c86e8a75c768eb8621a9b6cc2595dadc6f9.zip | |
[ticket/13389] Replace pattern with path
PHPBB3-13389
Diffstat (limited to 'phpBB')
| -rw-r--r-- | phpBB/config/routing.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/config/routing.yml b/phpBB/config/routing.yml index d8e890d063..94146e1ec2 100644 --- a/phpBB/config/routing.yml +++ b/phpBB/config/routing.yml @@ -1,7 +1,7 @@ # Structure: # # foo_controller: -# pattern: /foo +# path: /foo # defaults: { _controller: foo_sevice:method } # # The above will be accessed via app.php?controller=foo and it will |
