mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 00:12:56 +02:00
MDL-35163 quiz Make quiz report options available to attempts form
This commit is contained in:
parent
bb96b9df18
commit
8d9abcf02d
@ -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">';
|
||||
|
Loading…
x
Reference in New Issue
Block a user