Opened 14 years ago
Closed 14 years ago
#2483 closed defect (bug) (duplicate)
Using $this when not in object context
Reported by: | heliocorreia | Owned by: | |
---|---|---|---|
Milestone: | 1.2.6 | Priority: | major |
Severity: | Version: | ||
Component: | Groups | Keywords: | |
Cc: |
Description
The class method
'BP_Groups_Member::delete_all_for_user()'
on file bp-groups.php (line 2579) does not support static calls. Example:
'Fatal error: Using $this when not in object context in ...wp-content/plugins/buddypress/bp-groups/bp-groups-classes.php on line 1053'
Note: See
TracTickets for help on using
tickets.
Fixed in branch.