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)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
(In [2945]) Fixes #2319 props rvenable