mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
[ticket/14285] Rename argument from file to id
PHPBB3-14285
This commit is contained in:
@@ -4,8 +4,8 @@ phpbb_storage_avatar:
|
||||
_controller: storage.controller.avatar:handle
|
||||
|
||||
phpbb_storage_attachment:
|
||||
path: /download/attachment/{file}
|
||||
path: /download/attachment/{id}
|
||||
defaults:
|
||||
_controller: storage.controller.attachment:handle
|
||||
requirements:
|
||||
file: \d+
|
||||
id: \d+
|
||||
|
Reference in New Issue
Block a user