mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 14:27:22 +01:00
Merge branch 'MDL-45952_master2' of git://github.com/Syxton/moodle
This commit is contained in:
commit
d0143e0061
@ -893,6 +893,9 @@ function feedback_get_incomplete_users($cm,
|
||||
true)) {
|
||||
return false;
|
||||
}
|
||||
// Filter users that are not in the correct group/grouping.
|
||||
$allusers = groups_filter_users_by_course_module_visible($cm, $allusers);
|
||||
|
||||
$allusers = array_keys($allusers);
|
||||
|
||||
//now get all completeds
|
||||
|
Loading…
x
Reference in New Issue
Block a user