1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-04 15:57:45 +02:00

[ticket/15276] Update

PHPBB3-15276
This commit is contained in:
Rubén Calvo
2017-08-09 16:07:28 +02:00
parent 2afada5a5a
commit 3c60333725
2 changed files with 4 additions and 2 deletions

View File

@@ -2191,8 +2191,10 @@ function avatar_delete($mode, $row, $clean_db = false)
}
catch (\phpbb\storage\exception\exception $e)
{
return false;
// Fail is covered by return statement below
}
return false;
}
/**