From: skodak Date: Sat, 5 Jul 2008 13:20:21 +0000 (+0000) Subject: MDL-15420 fixed commented out continue which was causing leaks of info about hidden... X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=ff96219d2fdbbfb0cbcc1beeba6c25d7eebde0b2;p=moodle.git MDL-15420 fixed commented out continue which was causing leaks of info about hidden activities ;-); merged from MOODLE_19_STABLE --- diff --git a/course/lib.php b/course/lib.php index a6cb74bab7..620e519ba8 100644 --- a/course/lib.php +++ b/course/lib.php @@ -913,7 +913,7 @@ function print_recent_activity($course) { } $cm = $modinfo->instances[$modname][$instanceid]; if (!$cm->uservisible) { - //continue; + continue; } if ($log->action == 'add mod') {