MDL-35163 quiz Make quiz report options available to attempts form

This commit is contained in:
Michael Aherne 2012-09-03 11:36:08 +01:00
parent bb96b9df18
commit 8d9abcf02d

View File

@ -518,7 +518,7 @@ abstract class quiz_attempts_report_table extends table_sql {
return;
}
$url = new moodle_url($this->reporturl, $this->displayoptions);
$url = $this->options->get_url();
$url->param('sesskey', sesskey());
echo '<div id="tablecontainer">';