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:
@@ -59,9 +59,9 @@ class attachment extends controller
|
||||
$this->user = $user;
|
||||
}
|
||||
|
||||
public function handle($file)
|
||||
public function handle($id)
|
||||
{
|
||||
$attach_id = (int) $file;
|
||||
$attach_id = (int) $id;
|
||||
$mode = $this->request->variable('mode', '');
|
||||
$thumbnail = $this->request->variable('t', false);
|
||||
|
||||
|
Reference in New Issue
Block a user