mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-01 14:30:32 +02:00
[ticket/16764] Remove more remnants of remote uploading
PHPBB3-16764
This commit is contained in:
@@ -1542,11 +1542,6 @@ function phpbb_import_avatar($user_avatar)
|
||||
// Uploaded avatar
|
||||
return import_avatar($user_avatar, false, $convert_row['user_id']);
|
||||
}
|
||||
else if ($convert_row['user_avatar_type'] == 2)
|
||||
{
|
||||
// Remote avatar
|
||||
return $user_avatar;
|
||||
}
|
||||
else if ($convert_row['user_avatar_type'] == 3)
|
||||
{
|
||||
// Gallery avatar
|
||||
|
Reference in New Issue
Block a user