dev/core#1097 - Ensure consistent count on Groups tab
authorKirk Jackson <kirk@circle-interactive.co.uk>
Wed, 3 Jul 2019 11:03:35 +0000 (12:03 +0100)
committerKirk Jackson <kirk@circle-interactive.co.uk>
Wed, 3 Jul 2019 14:11:40 +0000 (15:11 +0100)
CRM/Contact/BAO/Contact.php

index a6f660669d429b6883f3cb9ea504d116a1ce8e0e..bd56e2127e43b6622aa65e71e49c99f2b4d75a94 100644 (file)
@@ -2730,7 +2730,7 @@ AND       civicrm_openid.is_primary = 1";
 
       case 'group':
 
-        return CRM_Contact_BAO_GroupContact::getContactGroup($contactId, "Added", NULL, TRUE);
+        return CRM_Contact_BAO_GroupContact::getContactGroup($contactId, "Added", NULL, TRUE, FALSE, FALSE, TRUE, NULL, TRUE);
 
       case 'log':
         if (CRM_Core_BAO_Log::useLoggingReport()) {