Merge branch 'MDL-64394-accesslog' of https://github.com/brendanheywood/moodle

This commit is contained in:
Andrew Nicols
2019-05-03 08:49:33 +08:00
3 changed files with 56 additions and 46 deletions
+1
View File
@@ -2703,6 +2703,7 @@ function require_login($courseorid = null, $autologinguest = true, $cm = null, $
$modinfo = get_fast_modinfo($course);
$cm = $modinfo->get_cm($cm->id);
}
set_access_log_user();
break;
}
}