Opened 17 years ago
Closed 17 years ago
#220 closed defect (bug) (fixed)
Delete avatar doesn't work in member theme
| Reported by: |
|
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