MDL-31469 formslib: fix invalid for="" attributes on optional dates

This commit is contained in:
Tim Hunt
2012-02-02 18:16:07 +00:00
parent 4d2f89f85b
commit e8e2f4f62c
+1
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) {