mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 20:08:53 +00:00
Merge pull request #3208 from prototech/ticket/13396
[ticket/13396] Normalize multibyte characters in attachment file names.
This commit is contained in:
commit
641a9e5441
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