mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
Merge branch 'MDL-29817' of https://github.com/rushi963/moodle
This commit is contained in:
commit
3c415f13b8
@ -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']);
|
||||
|
Loading…
x
Reference in New Issue
Block a user