1
0
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:
Rubén Calvo
2018-07-14 12:29:13 +02:00
committed by rubencm
parent 6232401dd7
commit d0fa8014c7
2 changed files with 19 additions and 27 deletions

View File

@@ -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