mirror of
https://github.com/moodle/moodle.git
synced 2025-03-22 00:20:37 +01:00
MDL-78034 mod_bigbluebuttonbn: format instance group names.
This commit is contained in:
parent
4e632b7251
commit
c0594002a8
@ -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()]);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user