From 3f5b13675c1ec18ada84225ff747e41bf1620366 Mon Sep 17 00:00:00 2001 From: Bradley Taylor Date: Mon, 19 Sep 2022 17:49:50 +0100 Subject: [PATCH] Remove unused variable --- CRM/Contact/Form/Task/AddToParentClass.php | 1 - 1 file changed, 1 deletion(-) diff --git a/CRM/Contact/Form/Task/AddToParentClass.php b/CRM/Contact/Form/Task/AddToParentClass.php index 194c22bd47..a80d7d0aa8 100644 --- a/CRM/Contact/Form/Task/AddToParentClass.php +++ b/CRM/Contact/Form/Task/AddToParentClass.php @@ -209,7 +209,6 @@ class CRM_Contact_Form_Task_AddToParentClass extends CRM_Contact_Form_Task { } // get the count of contact - $contactBAO = new CRM_Contact_BAO_Contact(); $query = new CRM_Contact_BAO_Query($searchValues); $searchCount = $query->searchQuery(0, 0, NULL, TRUE); $form->set('searchCount', $searchCount); -- 2.25.1