Skip to:
Content

BuddyPress.org

Opened 16 years ago

Closed 16 years ago

#2319 closed defect (bug) (fixed)

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

Reported by: rvenable Owned by:
Priority: major Milestone: 1.2.4
Component: Core Version:
Severity: 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 16 years ago.

Download all attachments as: .zip

Change History (2)

@rvenable
16 years ago

#1 @johnjamesjacoby
16 years ago

  • Resolutionfixed
  • Status newclosed

(In [2945]) Fixes #2319 props rvenable

Note: See TracTickets for help on using tickets.