mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-10 05:18:52 +00:00
[ticket/15134] Follow coding guideliness
PHPBB3-15134
This commit is contained in:
parent
018528b062
commit
29ce6e6352
1 changed files with 4 additions and 1 deletions
|
@ -287,7 +287,10 @@ class upload extends \phpbb\avatar\driver\driver
|
|||
{
|
||||
$this->filesystem->remove($filename);
|
||||
}
|
||||
catch(\phpbb\filesystem\exception\filesystem_exception $e) {}
|
||||
catch (\phpbb\filesystem\exception\filesystem_exception $e)
|
||||
{
|
||||
// Do nothing
|
||||
}
|
||||
}
|
||||
|
||||
return true;
|
||||
|
|
Loading…
Add table
Reference in a new issue