mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 09:26:35 +02:00
Merge branch 'MDL-70995' of https://github.com/paulholden/moodle
This commit is contained in:
commit
2ad776694a
1 changed files with 1 additions and 1 deletions
|
@ -224,7 +224,7 @@ class participants_filter implements renderable, templatable {
|
|||
array_map(function($group) {
|
||||
return (object) [
|
||||
'value' => $group->id,
|
||||
'title' => $group->name,
|
||||
'title' => format_string($group->name, true, ['context' => $this->context]),
|
||||
];
|
||||
}, array_values($groups))
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue