From 48cba3e6ad1f44707bcfc42dc90acefa01e7e355 Mon Sep 17 00:00:00 2001 From: colemanw Date: Sat, 4 Jun 2016 18:12:58 -0600 Subject: [PATCH] Remove deprecated param --- CRM/Contact/Form/Search/Custom/ActivitySearch.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Contact/Form/Search/Custom/ActivitySearch.php b/CRM/Contact/Form/Search/Custom/ActivitySearch.php index ff5bd53846..649679f24f 100644 --- a/CRM/Contact/Form/Search/Custom/ActivitySearch.php +++ b/CRM/Contact/Form/Search/Custom/ActivitySearch.php @@ -201,7 +201,7 @@ class CRM_Contact_Form_Search_Custom_ActivitySearch extends CRM_Contact_Form_Sea } // add custom group fields to SELECT and FROM clause - $groupTree = CRM_Core_BAO_CustomGroup::getTree('Activity', $this); + $groupTree = CRM_Core_BAO_CustomGroup::getTree('Activity'); foreach ($groupTree as $key) { if (!empty($key['extends']) && $key['extends'] == 'Activity') { -- 2.25.1