Merge branch 'MDL-78034-401' of https://github.com/paulholden/moodle into MOODLE_401_STABLE

This commit is contained in:
Andrew Nicols
2023-05-10 13:00:30 +08:00
+1 -1
View File
@@ -314,7 +314,7 @@ EOF;
return get_string('allparticipants');
}
return groups_get_group_name($groupid);
return format_string(groups_get_group_name($groupid), true, ['context' => $this->get_context()]);
}
/**