Skip to:
Content

BuddyPress.org

Opened 16 years ago

Closed 16 years ago

#220 closed defect (bug) (fixed)

Delete avatar doesn't work in member theme

Reported by: burtadsit's profile 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)

bp_core_avatars.php.patch (485 bytes) - added by burtadsit 16 years ago.
patch for bp-core-avatars.php

Download all attachments as: .zip

Change History (2)

@burtadsit
16 years ago

patch for bp-core-avatars.php

#1 @apeatling
16 years ago

  • Resolution set to fixed
  • Status changed from new to closed
Note: See TracTickets for help on using tickets.