MDL-15420 fixed commented out continue which was causing leaks of info about hidden activities ;-)

This commit is contained in:
skodak
2008-07-05 13:19:32 +00:00
parent 2270fd6b61
commit 2b032990bf
+1 -1
View File
@@ -897,7 +897,7 @@ function print_recent_activity($course) {
}
$cm = $modinfo->instances[$modname][$instanceid];
if (!$cm->uservisible) {
//continue;
continue;
}
if ($log->action == 'add mod') {