1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-09 10:16:36 +02:00

[ticket/16764] Remove remote avatar from converter

PHPBB3-16764
This commit is contained in:
rubencm
2021-04-24 16:04:10 +02:00
parent e543874d08
commit e1bbef7774
3 changed files with 0 additions and 131 deletions

View File

@@ -1508,15 +1508,9 @@ function phpbb_avatar_type($type)
{
case 1:
return AVATAR_UPLOAD;
break;
case 2:
return AVATAR_REMOTE;
break;
case 3:
return AVATAR_GALLERY;
break;
}
return 0;