mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-11 05:48:51 +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);
|
$this->filesystem->remove($filename);
|
||||||
}
|
}
|
||||||
catch(\phpbb\filesystem\exception\filesystem_exception $e) {}
|
catch (\phpbb\filesystem\exception\filesystem_exception $e)
|
||||||
|
{
|
||||||
|
// Do nothing
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
|
|
Loading…
Add table
Reference in a new issue