Skip to content

Commit

Permalink
Merge branch 'MDL-78034-400' of https://github.com/paulholden/moodle
Browse files Browse the repository at this point in the history
…into MOODLE_400_STABLE
  • Loading branch information
andrewnicols committed May 10, 2023
2 parents a2665c8 + 13b4cf6 commit bdd4333
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mod/bigbluebuttonbn/classes/instance.php
Expand Up @@ -314,7 +314,7 @@ public function get_group_name(): ?string {
return get_string('allparticipants');
}

return groups_get_group_name($groupid);
return format_string(groups_get_group_name($groupid), true, ['context' => $this->get_context()]);
}

/**
Expand Down

0 comments on commit bdd4333

Please sign in to comment.