MDL-80232 forumreport_summary: fix pagination count for summary report.
This commit is contained in:
@@ -736,7 +736,7 @@ class summary_table extends table_sql {
|
||||
$orderby = " ORDER BY {$sort}";
|
||||
}
|
||||
} else {
|
||||
$selectfields = 'COUNT(u.id)';
|
||||
$selectfields = 'COUNT(DISTINCT u.id)';
|
||||
}
|
||||
|
||||
$sql = "SELECT {$selectfields}
|
||||
|
||||
Reference in New Issue
Block a user