diff --git a/add_form.php b/add_form.php index 46764e2..9786f40 100644 --- a/add_form.php +++ b/add_form.php @@ -91,7 +91,9 @@ class mod_attendance_add_form extends moodleform { $select->setMultiple(true); $mform->disabledIf('groups', 'sessiontype', 'neq', attendance::SESSION_GROUP); } else { - $mform->updateElementAttr($radio, array('disabled'=>'disabled')); + if ($groupmode == VISIBLEGROUPS) { + $mform->updateElementAttr($radio, array('disabled'=>'disabled')); + } $mform->addElement('static', 'groups', get_string('groups', 'group'), get_string('nogroups', 'attendance')); if ($groupmode == SEPARATEGROUPS) {