mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 17:36:38 +02:00
MDL-15384 'change name of quiz report classes to "quiz_{reportname}_report"' easy to do, changed class name of all reports and changed the code in report.php which instantiates the correct class.
This commit is contained in:
parent
4b4a5710a2
commit
c386eaa3df
6 changed files with 7 additions and 8 deletions
|
@ -11,7 +11,7 @@
|
|||
require_once($CFG->dirroot.'/mod/quiz/report/statistics/statistics_form.php');
|
||||
require_once($CFG->dirroot.'/mod/quiz/report/statistics/statistics_table.php');
|
||||
|
||||
class quiz_report extends quiz_default_report {
|
||||
class quiz_statistics_report extends quiz_default_report {
|
||||
|
||||
/**
|
||||
* Display the report.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue