mirror of
https://github.com/phpbb/phpbb.git
synced 2025-05-28 10:09:15 +02:00
Merge branch 'develop-ascraeus' into develop
This commit is contained in:
commit
8a35718149
@ -275,7 +275,7 @@ class request implements \phpbb\request\request_interface
|
||||
*/
|
||||
public function file($form_name)
|
||||
{
|
||||
return $this->variable($form_name, array('name' => 'none'), false, \phpbb\request\request_interface::FILES);
|
||||
return $this->variable($form_name, array('name' => 'none'), true, \phpbb\request\request_interface::FILES);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user