mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-10 00:34:50 +00:00
Update AvatarController
This commit is contained in:
parent
d54bf55b61
commit
5fffe1d0dd
1 changed files with 1 additions and 1 deletions
|
@ -123,7 +123,7 @@ class AvatarController extends Controller
|
|||
if( $avatar->media_path == 'public/avatars/default.png' ||
|
||||
$avatar->thumb_path == 'public/avatars/default.png' ||
|
||||
$avatar->media_path == 'public/avatars/default.jpg' ||
|
||||
$avatar->thumb_path == 'public/avatars/default.jpg' ||
|
||||
$avatar->thumb_path == 'public/avatars/default.jpg'
|
||||
|
||||
) {
|
||||
return;
|
||||
|
|
Loading…
Reference in a new issue