Opened 15 years ago
Closed 14 years ago
#1476 closed defect (bug) (fixed)
Friends activity total activity incorrect
Reported by: | jimmynguyc | Owned by: | |
---|---|---|---|
Milestone: | 1.2.4 | Priority: | major |
Severity: | Version: | ||
Component: | Core | Keywords: | |
Cc: | jimmynguyc |
Description
bp-activity-classes.php:199 (v1.1.3)
Using COUNT(DISTINCT user_id) gets distinct rows with same user_id instead of the entire activity count.
Should be just COUNT(user_id).
Change History (3)
Note: See
TracTickets for help on using
tickets.
Fixed in 1.2.