mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 05:58:34 +01:00
Merge branch 'MDL-61444-master-fix' of https://github.com/lameze/moodle
This commit is contained in:
commit
563ac282fc
@ -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');
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user