Home
Documentation
Downloads
Demo
Tracker
Development
Translation
Moodle.net
Search
projects
/
moodle.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
db0f009
)
MDL-42084 Fix breakage in grader preferences page
author
sam marshall
<s.marshall@open.ac.uk>
Wed, 4 Dec 2013 16:59:03 +0000
(16:59 +0000)
committer
sam marshall
<s.marshall@open.ac.uk>
Wed, 4 Dec 2013 17:00:08 +0000
(17:00 +0000)
grade/report/grader/preferences.php
patch
|
blob
|
blame
|
history
diff --git
a/grade/report/grader/preferences.php
b/grade/report/grader/preferences.php
index
cfba41b
..
1fc07f0
100644
(file)
--- a/
grade/report/grader/preferences.php
+++ b/
grade/report/grader/preferences.php
@@
-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);