Merge branch 'MDL-35163-MOODLE_23_STABLE' of git://github.com/micaherne/moodle into MOODLE_23_STABLE
This commit is contained in:
@@ -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">';
|
||||
|
||||
Reference in New Issue
Block a user