question base type: Fix typo.

This commit is contained in:
Tim Hunt
2010-04-06 11:49:50 +00:00
parent 00b41d8fe1
commit 4ba32cf15d
+1 -1
View File
@@ -945,7 +945,7 @@ class default_questiontype {
$strcomment = get_string('commentorgrade', 'quiz');
$link = new moodle_url("$options->questioncommentlink?attempt=$state->attempt&question=$actualquestionid");
$action = new popup_action('click', $link->url, 'commentquestion', array('height' => 480, 'width' => 750));
$action = new popup_action('click', $link, 'commentquestion', array('height' => 480, 'width' => 750));
$commentlink = $OUTPUT->container($OUTPUT->action_link($link, $strcomment, $action), 'commentlink');
}