MDL-34783 Retrieve the sectioncache parameter for enrolled courses in the course_overview block

The sectioncache field is used by course_modinfo and without it, the
modinfo cache is repeatedly reset.
This commit is contained in:
Andrew Robert Nicols 2012-08-08 10:51:14 +01:00
parent 02814bfc18
commit 55a2b03ef1

View file

@ -64,7 +64,7 @@ class block_course_overview extends block_base {
$courses_limit = $courses_limit + 1;
}
$courses = enrol_get_my_courses('id, shortname, modinfo', 'visible DESC,sortorder ASC', $courses_limit);
$courses = enrol_get_my_courses('id, shortname, modinfo, sectioncache', 'visible DESC,sortorder ASC', $courses_limit);
$site = get_site();
$course = $site; //just in case we need the old global $course hack