From a320940edf75e34869c1dc6fac984f18d5aedde0 Mon Sep 17 00:00:00 2001 From: yashodha Date: Tue, 13 Aug 2013 11:28:04 +0530 Subject: [PATCH] CRM-13215 --- CRM/Case/XMLProcessor/Report.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Case/XMLProcessor/Report.php b/CRM/Case/XMLProcessor/Report.php index 4f146dbac9..d99526e2dd 100644 --- a/CRM/Case/XMLProcessor/Report.php +++ b/CRM/Case/XMLProcessor/Report.php @@ -405,7 +405,7 @@ WHERE a.id = %1 if (!empty($activityDAO->assigneeID)) { //allow multiple assignee contacts.CRM-4503. - $assignee_contact_names = CRM_Activity_BAO_ActivityContact::getNames($activityDAO->id, $assigneeID, TRUE); + $assignee_contact_names = CRM_Activity_BAO_ActivityAssignment::getAssigneeNames($activityDAO->id, TRUE); foreach ($assignee_contact_names as & $assignee) { // add Assignee to the strings to be redacted across the case session -- 2.25.1