diff --git a/question/type/edit_question_form.php b/question/type/edit_question_form.php index dd3be4b467e..48f35dae6ea 100644 --- a/question/type/edit_question_form.php +++ b/question/type/edit_question_form.php @@ -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'); } }