Merge branch 'MDL-83457-404' of https://github.com/roland04/moodle into MOODLE_404_STABLE

This commit is contained in:
Jun Pataleta 2024-10-17 12:23:24 +08:00
commit 7e3638ff2e
No known key found for this signature in database
GPG Key ID: F83510526D99E2C7

View File

@ -975,7 +975,7 @@ function feedback_get_incomplete_users(cm_info $cm,
$group,
'',
true)) {
return false;
return [];
}
// Filter users that are not in the correct group/grouping.
$info = new \core_availability\info_module($cm);