Skip to content
Snippets Groups Projects
Commit e38dadf5 authored by Yashodha Chaku's avatar Yashodha Chaku
Browse files

Merge pull request #2273 from monishdeb/CRM-13977

CRM-13977 related fix
parents 544ea0e6 7bb16323
Branches
Tags
No related merge requests found
......@@ -558,7 +558,7 @@ GROUP BY civicrm_activity_id {$this->_having} {$this->_orderBy}";
if ($dao->addtogroup_contact_id) {
$contact_id = explode(';', $dao->addtogroup_contact_id);
if ($contact_id[0]) {
$contactIDs[] = $contact_id[0];
$contactIDs[$contact_id[0]] = $contact_id[0];
}
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment