1
0
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:
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;