mirror of
https://github.com/moodle/moodle.git
synced 2025-04-16 14:02:32 +02:00
"MDL-20985, fixed typo, merged from 1.9"
This commit is contained in:
parent
db4f638aa9
commit
c74d0527b5
@ -54,7 +54,7 @@ require_login($course);
|
||||
require_capability('moodle/course:update', $context);
|
||||
|
||||
if (!empty($CFG->disablecourseajax)) {
|
||||
errorl_log('Course AJAX not allowed');
|
||||
error_log('Course AJAX not allowed');
|
||||
die;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user