From 8a058b758c0343f52c0c4904ed060e6ddf3eaa06 Mon Sep 17 00:00:00 2001 From: Tim Hunt Date: Tue, 6 Dec 2011 17:51:23 +0000 Subject: [PATCH] MDL-30532 qeupgradehelper has broken links to quizzes. --- admin/tool/qeupgradehelper/locallib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/tool/qeupgradehelper/locallib.php b/admin/tool/qeupgradehelper/locallib.php index 7c001d4f9ea..62cfca6ffc2 100644 --- a/admin/tool/qeupgradehelper/locallib.php +++ b/admin/tool/qeupgradehelper/locallib.php @@ -178,7 +178,7 @@ abstract class tool_qeupgradehelper_quiz_list { 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, );