From: Dongsheng Cai Date: Mon, 30 Nov 2009 02:17:36 +0000 (+0000) Subject: "MDL-20985, fixed typo, merged from 1.9" X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=c74d0527b5ff04f55f9b4045086225857c5923e5;p=moodle.git "MDL-20985, fixed typo, merged from 1.9" --- diff --git a/course/rest.php b/course/rest.php index 779f4ed825..b6d004d047 100644 --- a/course/rest.php +++ b/course/rest.php @@ -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; }