mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[ticket/11842] Add missing prefix for group id in avatar data
PHPBB3-11842
This commit is contained in:
@@ -327,7 +327,7 @@ class acp_groups
|
||||
$avatar_data = \phpbb\avatar\manager::clean_row($group_row);
|
||||
if (!isset($avatar_data['id']))
|
||||
{
|
||||
$avatar_data['id'] = $group_id;
|
||||
$avatar_data['id'] = 'g' . $group_id;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user