mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 00:12:56 +02:00
Merge branch 'mdl45232' of https://github.com/tlevi/moodle
This commit is contained in:
commit
934cedc46e
@ -572,7 +572,7 @@ if ($showactivity) {
|
||||
AND r.dataid = :dataid
|
||||
AND r.userid = u.id ';
|
||||
$params['dataid'] = $data->id;
|
||||
$sortorder = ' ORDER BY '.$ordering.', r.id ASC ';
|
||||
$sortorder = " ORDER BY $ordering, r.id $order";
|
||||
$searchselect = '';
|
||||
|
||||
// If requiredentries is not reached, only show current user's entries
|
||||
|
Loading…
x
Reference in New Issue
Block a user