mirror of
https://github.com/friendica/friendica
synced 2025-09-02 20:45:03 +02:00
More avatar handling isolation
This commit is contained in:
parent
681d19a3bc
commit
006b7a95f0
2 changed files with 7 additions and 3 deletions
|
@ -129,7 +129,7 @@ class Avatar
|
|||
* @param string $avatar
|
||||
* @return boolean
|
||||
*/
|
||||
public static function isCacheFile(string $avatar): bool
|
||||
private static function isCacheFile(string $avatar): bool
|
||||
{
|
||||
return !empty(self::getCacheFile($avatar));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue