Skip to content

Commit

Permalink
MDL-35765 availability: Use category total full names
Browse files Browse the repository at this point in the history
  • Loading branch information
ericmerrill committed Jan 20, 2015
1 parent da0ef2e commit 4b4e413
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion availability/condition/grade/classes/frontend.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ protected function get_javascript_init_params($course, \cm_info $cm = null,
&& $item->itemtype == 'mod') {
continue;
}
$gradeoptions[$id] = $item->get_name();
$gradeoptions[$id] = $item->get_name(true);
}
\core_collator::asort($gradeoptions);

Expand Down

0 comments on commit 4b4e413

Please sign in to comment.