Remove unused var
authorcolemanw <coleman@civicrm.org>
Fri, 16 Feb 2018 19:03:59 +0000 (14:03 -0500)
committerGitHub <noreply@github.com>
Fri, 16 Feb 2018 19:03:59 +0000 (14:03 -0500)
CRM/Case/BAO/Case.php

index 75eebb5eb11b32719f4690c1d4ead1ed8c8e1619..2dea9949360f5f7a8a319abf90c421f242126389 100644 (file)
@@ -1889,7 +1889,6 @@ SELECT case_status.label AS case_status, status_id, civicrm_case_type.title AS c
       return NULL;
     }
 
-    $caseManagerContact = array();
     $caseManagerName = '---';
     $xmlProcessor = new CRM_Case_XMLProcessor_Process();