Merge branch 'MDL-36257-master' of git://git.luns.net.uk/moodle

This commit is contained in:
Eloy Lafuente (stronk7) 2013-01-16 02:05:27 +01:00
commit 06d78e8209

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;
}
/**