-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Blocker
-
Resolution: Fixed
-
Affects Version/s: 3.1.0-dev
-
Fix Version/s: 3.1.0-a2
-
Component/s: User Control Panel (UCP)
-
Labels:None
-
GitHub Pull Request URL:
The function clean_row in phpbb_avatar_manager collapses the 'user_id' and 'group_id' properties from the user row to a single 'id' property, which is group_id. This causes uploaded avatars to have conflicted filenames, using the group ID as filename rather than the user ID.