MDL-42084 Fix breakage in grader preferences page
authorsam marshall <s.marshall@open.ac.uk>
Wed, 4 Dec 2013 16:59:03 +0000 (16:59 +0000)
committersam marshall <s.marshall@open.ac.uk>
Wed, 4 Dec 2013 17:00:08 +0000 (17:00 +0000)
grade/report/grader/preferences.php

index cfba41b..1fc07f0 100644 (file)
  * @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);