Skip to content

Commit

Permalink
Merge branch 'MDL-35392-master' of git://github.com/zbdd/moodle
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewnicols committed Feb 23, 2015
2 parents f393b05 + 3547f18 commit 07754b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mod/assign/locallib.php
Original file line number Diff line number Diff line change
Expand Up @@ -7092,7 +7092,7 @@ public function get_user_grades_for_gradebook($userid) {
if ($gradebookplugin) {
$grade = $this->get_user_grade($result->userid, false);
if ($grade) {
$gradebookgrade->feedbacktext = $gradebookplugin->text_for_gradebook($grade);
$gradebookgrade->feedback = $gradebookplugin->text_for_gradebook($grade);
$gradebookgrade->feedbackformat = $gradebookplugin->format_for_gradebook($grade);
}
}
Expand Down

0 comments on commit 07754b4

Please sign in to comment.