mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
Unbreak quiz report graphs. lib.php, which is now required, was not being included.
This commit is contained in:
parent
570e5e029a
commit
530d9866c4
@ -1,4 +1,6 @@
|
||||
<?php
|
||||
require_once($CFG->dirroot . '/mod/quiz/lib.php');
|
||||
|
||||
define('QUIZ_REPORT_DEFAULT_PAGE_SIZE', 30);
|
||||
define('QUIZ_REPORT_DEFAULT_GRADING_PAGE_SIZE', 10);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user