Skip to content

Commit

Permalink
Merge branch 'MDL-39992-master' of git://github.com/damyon/moodle
Browse files Browse the repository at this point in the history
  • Loading branch information
danpoltawski committed Sep 10, 2013
2 parents eceecb7 + 0d416e9 commit f2ee9b5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions mod/assign/locallib.php
Original file line number Diff line number Diff line change
Expand Up @@ -2927,6 +2927,9 @@ protected function view_grading_table() {
}
}

// Sort links alphabetically based on the link description.
core_collator::asort($links);

$gradingactions = new url_select($links);
$gradingactions->set_label(get_string('choosegradingaction', 'assign'));

Expand Down

0 comments on commit f2ee9b5

Please sign in to comment.