mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 00:12:56 +02:00
Merge branch 'MDL-39992-master' of git://github.com/damyon/moodle
This commit is contained in:
commit
f2ee9b5c27
@ -2927,6 +2927,9 @@ class assign {
|
||||
}
|
||||
}
|
||||
|
||||
// Sort links alphabetically based on the link description.
|
||||
core_collator::asort($links);
|
||||
|
||||
$gradingactions = new url_select($links);
|
||||
$gradingactions->set_label(get_string('choosegradingaction', 'assign'));
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user