Skip to content

Commit

Permalink
MDL-57727 reports: Activity completion report sorting problem
Browse files Browse the repository at this point in the history
  • Loading branch information
Mihail Geshoski committed Dec 12, 2017
1 parent 109aa07 commit b68b5f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion report/progress/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ function csv_quote($value) {
implode(' AND ', $where),
$where_params,
$group,
$firstnamesort ? 'u.firstname ASC' : 'u.lastname ASC',
$firstnamesort ? 'u.firstname ASC, u.lastname ASC' : 'u.lastname ASC, u.firstname ASC',
$csv ? 0 : COMPLETION_REPORT_PAGE,
$csv ? 0 : $start,
$context
Expand Down

0 comments on commit b68b5f5

Please sign in to comment.