Merge branch 'MDL-56487-master' of git://github.com/andrewnicols/moodle

This commit is contained in:
Dan Poltawski 2016-10-25 08:42:58 +01:00
commit 737e3c3b67

View File

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