Opened 16 years ago
Closed 16 years ago
#324 closed defect (bug) (fixed)
groups_get_all() returns empty array
Reported by: | burtadsit | Owned by: | |
---|---|---|---|
Milestone: | Priority: | minor | |
Severity: | Version: | ||
Component: | Keywords: | ||
Cc: |
Description
The fn groups_get_all() in bp-groups.php always returns an empty array when called with default params. BP_Groups_Group::get_all() has sql problems.
Change History (3)
Note: See
TracTickets for help on using
tickets.
A clarification: bp doesn't use groups_get_all(). It does use BP_Groups_Group::get_all() though. I haven't tested this with paging but if called with BP_Groups_Group::get_all(false,false) it returns nothing.