mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-18 22:41:28 +02:00
[ticket/12822] Remove "None" option from avatar select boxes
This option is just used for deleting avatars for which we already have a checkbox. PHPBB3-12822
This commit is contained in:
@@ -120,7 +120,6 @@ class local extends \phpbb\avatar\driver\driver
|
||||
|
||||
if (empty($category) || empty($file))
|
||||
{
|
||||
$error[] = 'NO_AVATAR_SELECTED';
|
||||
return false;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user