Opened 16 years ago
Closed 16 years ago
#220 closed defect (bug) (fixed)
Delete avatar doesn't work in member theme
Reported by: | burtadsit | Owned by: | |
---|---|---|---|
Milestone: | Priority: | major | |
Severity: | Version: | ||
Component: | Keywords: | avatar | |
Cc: |
Description
URL is wrong in 'Change Avatar'. Doesn't include action 'delete-avatar'. The function bp_core_avatar_admin() is passed 3 params by bp_avatar_upload_form() but is only decalaring 1 param. It's setup to use them though.
The include patch just changes the functions signature to include declarations for $action and $delete_action
Attachments (1)
Change History (2)
Note: See
TracTickets for help on using
tickets.
patch for bp-core-avatars.php