Merge branch 'MDL-61444-master-fix' of https://github.com/lameze/moodle

This commit is contained in:
Andrew Nicols 2018-02-23 07:57:07 +08:00
commit 563ac282fc

View File

@ -207,7 +207,7 @@ abstract class question_edit_form extends question_wizard_form {
array('itemtype' => 'question', 'component' => 'core_question'));
if (!question_has_capability_on($this->question, 'tag')) {
$mform->freeze('tags');
$mform->hardFreeze('tags');
}
}