mirror of
https://github.com/moodle/moodle.git
synced 2025-02-13 12:34:28 +01:00
Merge branch 'MDL-31469' of git://github.com/timhunt/moodle
This commit is contained in:
commit
d2fea85219
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user