mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
Merge branch 'develop-ascraeus' into develop
This commit is contained in:
commit
8a35718149
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue