mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 01:16:44 +02:00
Merge branch 'MDL-35765-master' of git://github.com/merrill-oakland/moodle
This commit is contained in:
commit
59a99b02ee
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ class frontend extends \core_availability\frontend {
|
||||||
&& $item->itemtype == 'mod') {
|
&& $item->itemtype == 'mod') {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
$gradeoptions[$id] = $item->get_name();
|
$gradeoptions[$id] = $item->get_name(true);
|
||||||
}
|
}
|
||||||
\core_collator::asort($gradeoptions);
|
\core_collator::asort($gradeoptions);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue