From: colemanw Date: Sun, 5 Jun 2016 00:12:58 +0000 (-0600) Subject: Remove deprecated param X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=48cba3e6ad1f44707bcfc42dc90acefa01e7e355;p=civicrm-core.git Remove deprecated param --- 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') {