1
0
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:
Joas Schilling 2014-12-06 14:22:58 +01:00
commit 8a35718149

View File

@ -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);
}
/**