mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 09:26:35 +02:00
Merge branch 'MDL-36086-workshop' of git://github.com/mudrd8mz/moodle
This commit is contained in:
commit
6954e44169
1 changed files with 1 additions and 1 deletions
|
@ -1747,7 +1747,7 @@ class workshop {
|
|||
JOIN {user} e ON (s.authorid = e.id)
|
||||
WHERE u.id $participantids AND s.workshopid = :workshopid
|
||||
ORDER BY a.weight DESC, $sort";
|
||||
$reviewees = $DB->get_records_sql($sql, array_merge($sortparams));
|
||||
$reviewees = $DB->get_records_sql($sql, array_merge($params, $sortparams));
|
||||
foreach ($reviewees as $reviewee) {
|
||||
if (!isset($userinfo[$reviewee->authorid])) {
|
||||
$userinfo[$reviewee->authorid] = new stdclass();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue