mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-10 18:54:08 +02:00
[ticket/14285] Update attachment controller
PHPBB3-14285
This commit is contained in:
@@ -48,7 +48,6 @@ $thumbnail = $request->variable('t', false);
|
||||
$response = new RedirectResponse(
|
||||
$controller_helper->route('phpbb_storage_attachment', array(
|
||||
'id' => $attach_id,
|
||||
'mode' => $mode,
|
||||
't' => $thumbnail,
|
||||
), false),
|
||||
301
|
||||
|
Reference in New Issue
Block a user