Skip to content

Commit

Permalink
MDL-30532 qeupgradehelper has broken links to quizzes.
Browse files Browse the repository at this point in the history
  • Loading branch information
timhunt committed Dec 9, 2011
1 parent f89a83b commit 8a058b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/tool/qeupgradehelper/locallib.php
Expand Up @@ -178,7 +178,7 @@ public function get_row($quizinfo) {
html_writer::link(new moodle_url('/course/view.php',
array('id' => $quizinfo->courseid)), format_string($quizinfo->shortname)),
html_writer::link(new moodle_url('/mod/quiz/view.php',
array('id' => $quizinfo->name)), format_string($quizinfo->name)),
array('q' => $quizinfo->id)), format_string($quizinfo->name)),
$quizinfo->attemptcount,
$quizinfo->questionattempts ? $quizinfo->questionattempts : 0,
);
Expand Down

0 comments on commit 8a058b7

Please sign in to comment.