MDL-78034 mod_bigbluebuttonbn: format instance group names.

This commit is contained in:
Paul Holden 2023-04-26 15:25:34 +01:00
parent 4e632b7251
commit c0594002a8
No known key found for this signature in database
GPG Key ID: A81A96D6045F6164

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()]);
}
/**