mirror of
https://github.com/phpbb/phpbb.git
synced 2025-03-24 09:30:34 +01:00
[ticket/15134] Follow coding guideliness
PHPBB3-15134
This commit is contained in:
parent
018528b062
commit
29ce6e6352
@ -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…
x
Reference in New Issue
Block a user