Skip to:
Content

BuddyPress.org

Opened 14 years ago

Closed 14 years ago

#2319 closed defect (bug) (fixed)

Wrong meta table being updated during group delete [HAS PATCH]

Reported by: rvenable's profile rvenable Owned by:
Milestone: 1.2.4 Priority: major
Severity: Version:
Component: Core Keywords: has-patch
Cc:

Description

BP_Groups_Group::delete() tries to update $bp->groups->table_name_groupmeta instead of $wpdb->usermeta (see patch).

Attachments (1)

group_meta.diff (771 bytes) - added by rvenable 14 years ago.

Download all attachments as: .zip

Change History (2)

@rvenable
14 years ago

#1 @johnjamesjacoby
14 years ago

  • Resolution set to fixed
  • Status changed from new to closed

(In [2945]) Fixes #2319 props rvenable

Note: See TracTickets for help on using tickets.