mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
Merge branch 'MDL-56487-master' of git://github.com/andrewnicols/moodle
This commit is contained in:
commit
737e3c3b67
@ -90,6 +90,8 @@ class block extends base {
|
||||
$blocks[$block->name] = get_string('pluginname', 'block_' . $block->name);
|
||||
}
|
||||
|
||||
\core_collator::asort($blocks);
|
||||
|
||||
$mform->addElement('select', 'targetvalue_block', get_string('block', 'tool_usertours'), $blocks);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user