Display public title and description on profiles and unsubscribe/subscribe forms...
[civicrm-core.git] / CRM / Core / BAO / UFGroup.php
index 412f753ce7cf424d20effc9e7cdbc0401b795169..f83bcf43bb7f660af90b49026758541659dae246 100644 (file)
@@ -2026,7 +2026,7 @@ AND    ( entity_id IS NULL OR entity_id <= 0 )
       CRM_Contact_Form_Edit_TagsAndGroups::buildQuickForm($form, $contactId,
         CRM_Contact_Form_Edit_TagsAndGroups::GROUP,
         TRUE, $required,
-        $title, NULL, $name
+        $title, NULL, $name, 'checkbox', TRUE
       );
     }
     elseif ($fieldName === 'tag') {