MDL-35163 quiz Make quiz report options available to attempts form
authorMichael Aherne <Michael Aherne>
Mon, 3 Sep 2012 10:36:08 +0000 (11:36 +0100)
committerMichael Aherne <Michael Aherne>
Fri, 14 Sep 2012 09:03:20 +0000 (10:03 +0100)
mod/quiz/report/attemptsreport_table.php

index f119da0..4b57900 100644 (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">';