From: yashodha Date: Thu, 24 Dec 2020 11:11:04 +0000 (+0530) Subject: style fix X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=a3ee83cc9e45f21502ecc10d0c938352bd5e5676;p=civicrm-core.git style fix --- diff --git a/CRM/Contact/BAO/Contact.php b/CRM/Contact/BAO/Contact.php index 5e45300933..0edeb2f09a 100644 --- a/CRM/Contact/BAO/Contact.php +++ b/CRM/Contact/BAO/Contact.php @@ -2066,7 +2066,7 @@ ORDER BY civicrm_email.is_primary DESC"; else { //we should get contact type only if contact if ($ufGroupId) { - $data['contact_type'] = CRM_Core_BAO_UFField::getProfileType($ufGroupId,TRUE, FALSE, TRUE); + $data['contact_type'] = CRM_Core_BAO_UFField::getProfileType($ufGroupId, TRUE, FALSE, TRUE); //special case to handle profile with only contact fields if ($data['contact_type'] == 'Contact') {