From 2b032990bf0d7ae60e00308752ec976093dfb60b Mon Sep 17 00:00:00 2001 From: skodak Date: Sat, 5 Jul 2008 13:19:32 +0000 Subject: [PATCH] MDL-15420 fixed commented out continue which was causing leaks of info about hidden activities ;-) --- course/lib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/course/lib.php b/course/lib.php index ca10a3bba5c..222750ce3ab 100644 --- a/course/lib.php +++ b/course/lib.php @@ -897,7 +897,7 @@ function print_recent_activity($course) { } $cm = $modinfo->instances[$modname][$instanceid]; if (!$cm->uservisible) { - //continue; + continue; } if ($log->action == 'add mod') {