Opened 16 years ago
Closed 16 years ago
#589 closed defect (bug) (fixed)
Erroneous conditionals in groups_delete_groupmeta() and bp_blogs_delete_blogmeta()
Reported by: | johnbillion | Owned by: | johnbillion |
---|---|---|---|
Milestone: | Priority: | critical | |
Severity: | Version: | 1.0 | |
Component: | Keywords: | has-patch | |
Cc: |
Description
These functions have an incorrect conditional statement which prevents them from deleting meta rows if you only specify the meta_key. They will also delete all meta data with the specified meta_key if you additionally pass the meta_value.
This should of course be the other way around.
Attachments (1)
Change History (3)
Note: See
TracTickets for help on using
tickets.
Patch