[ticket/15134] Follow coding guideliness

PHPBB3-15134
This commit is contained in:
Rubén Calvo 2017-03-19 19:26:08 +01:00
parent 018528b062
commit 29ce6e6352

View file

@ -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;