MDL-42084 Fix breakage in grader preferences page

This commit is contained in:
sam marshall 2013-12-04 16:59:03 +00:00
parent db0f0097e8
commit 8ff1fb6ffe

View File

@ -22,10 +22,10 @@
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
core_php_time_limit::raise();
require_once '../../../config.php';
require_once $CFG->libdir . '/gradelib.php';
require_once '../../lib.php';
core_php_time_limit::raise();
$courseid = required_param('id', PARAM_INT);