mirror of
https://github.com/moodle/moodle.git
synced 2025-04-13 20:42:22 +02:00
Merge branch 'MDL-51305_master_too_many_gradeitem_fetches' of https://github.com/colin-umn/moodle
This commit is contained in:
commit
23e1a54f57
@ -308,6 +308,7 @@ class graded_users_iterator {
|
||||
$grades[$grade_item->id] =
|
||||
new grade_grade(array('userid'=>$user->id, 'itemid'=>$grade_item->id), false);
|
||||
}
|
||||
$grades[$grade_item->id]->grade_item = $grade_item;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user