MDL-29817 Form : advcheckbox allows attributes even without group key
This commit is contained in:
@@ -61,7 +61,7 @@ class MoodleQuickForm_advcheckbox extends HTML_QuickForm_advcheckbox{
|
||||
$values = array(0, 1);
|
||||
}
|
||||
|
||||
if (!is_null($attributes['group'])) {
|
||||
if (!empty($attributes['group'])) {
|
||||
|
||||
$this->_group = 'checkboxgroup' . $attributes['group'];
|
||||
unset($attributes['group']);
|
||||
|
||||
Reference in New Issue
Block a user