mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 05:50:42 +02:00
[ticket/14285] Rename argument from file to id
PHPBB3-14285
This commit is contained in:
@@ -47,7 +47,7 @@ $thumbnail = $request->variable('t', false);
|
||||
|
||||
$response = new RedirectResponse(
|
||||
$controller_helper->route('phpbb_storage_attachment', array(
|
||||
'file' => $attach_id,
|
||||
'id' => $attach_id,
|
||||
'mode' => $mode,
|
||||
't' => $thumbnail,
|
||||
), false),
|
||||
|
Reference in New Issue
Block a user