Skip to content

Commit

Permalink
MDL-20579 Fixed user variable
Browse files Browse the repository at this point in the history
  • Loading branch information
mudrd8mz committed Oct 16, 2009
1 parent 64c63e6 commit d626d3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mod/workshop/view.php
Expand Up @@ -106,7 +106,7 @@
foreach ($submissions as $submission) {
$grade = workshop_submission_grade($workshop, $submission);
if ($workshop->wtype) {
$gradinggrade = workshop_gradinggrade($workshop, $student);
$gradinggrade = workshop_gradinggrade($workshop, $USER);
} else { // ignore grading grades for simple assignments
$gradinggrade = 0;
}
Expand Down

0 comments on commit d626d3e

Please sign in to comment.