1
0
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:
Marc Alexander
2021-04-26 20:44:15 +02:00
parent 0ccce7c4f8
commit c45c7f4622
4 changed files with 1 additions and 11 deletions

View File

@@ -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