Opened 10 months ago
Closed 7 months ago
#4417 closed defect (bug) (fixed)
Fix notice in bp-groups-loader.php
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.6.2 |
| Component: | Groups | Version: | 1.6 |
| Severity: | normal | Keywords: | has-patch |
| Cc: |
Description
On lines 505-507 of bp-groups-loader.php:
https://buddypress.trac.wordpress.org/browser/tags/1.6/bp-groups/bp-groups-loader.php#L500
$count is not an object; it's actually an array.
This causes a "Trying to get property of non-object" notice.
Attached patch fixes this.
Attachments (1)
Change History (7)
- Resolution set to fixed
- Status changed from new to closed
comment:4
boonebgorges — 7 months ago
- Milestone changed from 1.7 to 1.6.2
This error breaks the invite count in the menu (in addition to causing a warning), so it should probably be fixed in the branch.
comment:5
boonebgorges — 7 months ago
- Resolution fixed deleted
- Status changed from closed to reopened
Note: See
TracTickets for help on using
tickets.

Just to further note, I experienced this notice when I'm logged in as a regular user with a group invite.