Check for GMP module

This commit is contained in:
Michael 2022-07-17 06:34:37 +00:00
commit f2a4aecc05
2 changed files with 8 additions and 1 deletions

View file

@ -263,7 +263,7 @@ class Avatar
{
$localFile = self::getCacheFile($avatar);
if (!empty($localFile)) {
unlink($localFile);
@unlink($localFile);
Logger::debug('Unlink avatar', ['avatar' => $avatar]);
}
}