Merge branch 'MDL-51305_28_too_many_gradeitem_fetches' of https://github.com/colin-umn/moodle into MOODLE_28_STABLE
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user