From 45c6bf6c891611d20dfd29c77cca392712405428 Mon Sep 17 00:00:00 2001 From: Petr Skoda Date: Thu, 25 Feb 2010 07:48:57 +0000 Subject: [PATCH] MDL-21723 fixed rression, thanks Ben Dailey --- mod/quiz/report/overview/overview_table.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod/quiz/report/overview/overview_table.php b/mod/quiz/report/overview/overview_table.php index cbe3c777cbf..eabbf447ed2 100644 --- a/mod/quiz/report/overview/overview_table.php +++ b/mod/quiz/report/overview/overview_table.php @@ -231,7 +231,7 @@ class quiz_report_overview_table extends table_sql { $link = new moodle_url("/mod/quiz/reviewquestion.php?attempt=$attempt->attempt&question=$question->id"); $action = new popup_action('click', $link, 'reviewquestion', array('height' => 450, 'width' => 650)); - $linktopopup = $OUTPUT->action-link($link, $grade, $action, array('title'=>get_string('reviewresponsetoq', 'quiz', $question->formattedname))); + $linktopopup = $OUTPUT->action_link($link, $grade, $action, array('title'=>get_string('reviewresponsetoq', 'quiz', $question->formattedname))); if (($this->questions[$questionid]->maxgrade != 0)){ $fractionofgrade = $stateforqinattempt->grade -- 2.43.0