diff options
author | Marc Alexander <admin@m-a-styles.de> | 2014-11-26 13:30:03 +0100 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2014-11-26 13:30:03 +0100 |
commit | 51f46a8f91995e8a21cb0a38eacbe56d59578b14 (patch) | |
tree | 03094534df1dfb82d87cb0faffdfaf34a791de3f /phpBB | |
parent | 6ac088ea2f17c7a003250511049a725c7e3decae (diff) | |
parent | 90012c86e8a75c768eb8621a9b6cc2595dadc6f9 (diff) | |
download | forums-51f46a8f91995e8a21cb0a38eacbe56d59578b14.tar forums-51f46a8f91995e8a21cb0a38eacbe56d59578b14.tar.gz forums-51f46a8f91995e8a21cb0a38eacbe56d59578b14.tar.bz2 forums-51f46a8f91995e8a21cb0a38eacbe56d59578b14.tar.xz forums-51f46a8f91995e8a21cb0a38eacbe56d59578b14.zip |
Merge pull request #3185 from Nicofuma/ticket/13389
[ticket/13389] Replace pattern with path
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 |