Skip to content

Commit

Permalink
MDL-42084 Fix breakage in grader preferences page
Browse files Browse the repository at this point in the history
  • Loading branch information
sammarshallou committed Dec 4, 2013
1 parent db0f009 commit 8ff1fb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grade/report/grader/preferences.php
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit 8ff1fb6

Please sign in to comment.