Skip to content

Commit

Permalink
Merge branch 'MDL-57727-34' of git://github.com/mihailges/moodle into…
Browse files Browse the repository at this point in the history
… MOODLE_34_STABLE
  • Loading branch information
David Monllao committed Jan 2, 2018
2 parents 5772b0f + 96cc77d commit ff710b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion report/progress/index.php
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 ff710b8

Please sign in to comment.