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:
jamiesensei 2008-06-24 08:59:29 +00:00
parent 4b4a5710a2
commit c386eaa3df
6 changed files with 7 additions and 8 deletions

View file

@ -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.