mirror of
https://github.com/friendica/friendica
synced 2025-09-02 20:45:03 +02:00
Check for GMP module
This commit is contained in:
parent
974564f75e
commit
f2a4aecc05
2 changed files with 8 additions and 1 deletions
|
@ -263,7 +263,7 @@ class Avatar
|
|||
{
|
||||
$localFile = self::getCacheFile($avatar);
|
||||
if (!empty($localFile)) {
|
||||
unlink($localFile);
|
||||
@unlink($localFile);
|
||||
Logger::debug('Unlink avatar', ['avatar' => $avatar]);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue