Merge branch 'MDL-31469' of git://github.com/timhunt/moodle

This commit is contained in:
Aparup Banerjee 2012-02-07 15:11:43 +08:00
commit d2fea85219

View File

@ -113,6 +113,7 @@ class HTML_QuickForm_checkbox extends HTML_QuickForm_input
*/
function toHtml()
{
$this->_generateId(); // Seems to be necessary when this is used in a group.
if (0 == strlen($this->_text)) {
$label = '';
} elseif ($this->_flagFrozen) {