mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 05:58:34 +01:00
MDL-15420 fixed commented out continue which was causing leaks of info about hidden activities ;-); merged from MOODLE_19_STABLE
This commit is contained in:
parent
045ee35279
commit
ff96219d2f
@ -913,7 +913,7 @@ function print_recent_activity($course) {
|
||||
}
|
||||
$cm = $modinfo->instances[$modname][$instanceid];
|
||||
if (!$cm->uservisible) {
|
||||
//continue;
|
||||
continue;
|
||||
}
|
||||
|
||||
if ($log->action == 'add mod') {
|
||||
|
Loading…
x
Reference in New Issue
Block a user