mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 05:58:34 +01:00
MDL-61693 core_calendar: make results deterministic for better testing
This commit is contained in:
parent
70e8515ea8
commit
fc5c5306c9
@ -483,7 +483,8 @@ class provider implements
|
||||
WHERE e.userid = :muserid
|
||||
AND ctx.id {$contextsql2}
|
||||
) ids
|
||||
JOIN {event} details ON details.id = ids.id";
|
||||
JOIN {event} details ON details.id = ids.id
|
||||
ORDER BY ids.id";
|
||||
|
||||
return $DB->get_recordset_sql($sql, $params);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user