mirror of
https://github.com/moodle/moodle.git
synced 2025-03-21 16:10:15 +01:00
Merge branch 'MDL-70995' of https://github.com/paulholden/moodle
This commit is contained in:
commit
2ad776694a
@ -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…
x
Reference in New Issue
Block a user