From 984baa77e212341049c780a6264f4e101e4ef6f0 Mon Sep 17 00:00:00 2001 From: sam_marshall Date: Wed, 15 Jul 2009 14:19:24 +0000 Subject: [PATCH] MDL-19827: Completioninfo bugfix --- course/lib.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/course/lib.php b/course/lib.php index 98a27db856..c797662d00 100644 --- a/course/lib.php +++ b/course/lib.php @@ -1222,7 +1222,7 @@ function print_section($course, $section, $mods, $modnamesused, $absolute=false, /// Casting $course->modinfo to string prevents one notice when the field is null $modinfo = get_fast_modinfo($course); - + $completioninfo = new completion_info($course); //Acccessibility: replace table with list