mirror of
https://github.com/moodle/moodle.git
synced 2025-04-09 02:12:22 +02:00
Merge branch 'MDL-35765-master' of git://github.com/merrill-oakland/moodle
This commit is contained in:
commit
59a99b02ee
@ -55,7 +55,7 @@ class frontend extends \core_availability\frontend {
|
||||
&& $item->itemtype == 'mod') {
|
||||
continue;
|
||||
}
|
||||
$gradeoptions[$id] = $item->get_name();
|
||||
$gradeoptions[$id] = $item->get_name(true);
|
||||
}
|
||||
\core_collator::asort($gradeoptions);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user