Skip to content

Commit

Permalink
Fixed a small bug which displays quiz name incorrectly in quiz regrad…
Browse files Browse the repository at this point in the history
…e report
  • Loading branch information
patrickslee committed Oct 17, 2005
1 parent 1217708 commit 3f7f17b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mod/quiz/report/regrade/report.php
Expand Up @@ -30,7 +30,7 @@ function display($quiz, $cm, $course) { /// This function just displays the
quiz_get_question_options($questions);

/// Print heading
print_heading(get_string('regradingquiz', 'quiz', $quiz));
print_heading(get_string('regradingquiz', 'quiz', $quiz->name));
echo '<center>';
print_string('regradedisplayexplanation', 'quiz');
echo '<center>';
Expand Down

0 comments on commit 3f7f17b

Please sign in to comment.