From 92fa5b0f2a905f470de53b6f3bbce107e34cbe23 Mon Sep 17 00:00:00 2001 From: Dongsheng Cai Date: Mon, 30 Nov 2009 02:16:18 +0000 Subject: [PATCH] "MDL-20985, fixed typo" --- course/rest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/course/rest.php b/course/rest.php index a90cd52ea7e..c3496f4d60b 100644 --- a/course/rest.php +++ b/course/rest.php @@ -45,7 +45,7 @@ require_login($course->id); require_capability('moodle/course:update', $context); if (!empty($CFG->disablecourseajax)) { - errorl_log('Course AJAX not allowed'); + error_log('Course AJAX not allowed'); die; }