Merge branch 'MDL-35765-master' of git://github.com/merrill-oakland/moodle

This commit is contained in:
Eloy Lafuente (stronk7) 2015-01-26 17:27:54 +01:00
commit 59a99b02ee

View File

@ -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);