Skip to content

Commit

Permalink
MDL-15420 fixed commented out continue which was causing leaks of inf…
Browse files Browse the repository at this point in the history
…o about hidden activities ;-); merged from MOODLE_19_STABLE
  • Loading branch information
skodak committed Jul 5, 2008
1 parent 045ee35 commit ff96219
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion course/lib.php
Original file line number Diff line number Diff line change
Expand Up @@ -913,7 +913,7 @@ function print_recent_activity($course) {
}
$cm = $modinfo->instances[$modname][$instanceid];
if (!$cm->uservisible) {
//continue;
continue;
}

if ($log->action == 'add mod') {
Expand Down

0 comments on commit ff96219

Please sign in to comment.