MDL-78034 mod_bigbluebuttonbn: format instance group names.
This commit is contained in:
@@ -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()]);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user