MDL-36257 forms Make selectyesno output hidden substitution on freezing

This commit is contained in:
Ruslan Kabalin 2012-10-29 12:37:22 +00:00
parent 7e8ae12a7a
commit 88be30c28c

View File

@ -51,7 +51,7 @@ class MoodleQuickForm_selectyesno extends MoodleQuickForm_select{
{
HTML_QuickForm_element::HTML_QuickForm_element($elementName, $elementLabel, $attributes, null);
$this->_type = 'selectyesno';
$this->_persistantFreeze = true;
}
/**