Opened 8 years ago
Closed 8 years ago
#7497 closed defect (bug) (fixed)
`BP_Groups_Group::set_up_admins_and_mods()` can fail when users don't have site role
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 2.9 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Groups | Keywords: | |
Cc: |
Description ¶
The get_users()
query internally defaults to using the current site ID as blog_id
. This results in a query that fails to return users who don't have a WP role on the current site.
Commits (1)
- [11526] Specify that group admin/mod queries should be blog-independent.… by @boonebgorges 8 years ago
Pull Requests
- Loading…
Note: See
TracTickets for help on using
tickets.
In 11526: