From e1554f79a08b339d6ac30de82e68bd7d8d41ebb4 Mon Sep 17 00:00:00 2001 From: Dan Marsden Date: Thu, 22 Aug 2013 10:05:25 +1200 Subject: [PATCH] fix another typo --- locallib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locallib.php b/locallib.php index 30fd844..ccedfba 100644 --- a/locallib.php +++ b/locallib.php @@ -1400,7 +1400,7 @@ function attforblock_upgrade() { $DB->update_record('modules', $module); // Clear cache for courses with attendances. - $attendances = $DB->get_recordset('attendance', array(), '', 'courseid'); + $attendances = $DB->get_recordset('attendance', array(), '', 'course'); foreach ($attendances as $attendance) { rebuild_course_cache($attendance->course, true); }