Remove deprecated param
authorcolemanw <coleman@civicrm.org>
Sun, 5 Jun 2016 00:12:58 +0000 (18:12 -0600)
committercolemanw <coleman@civicrm.org>
Sun, 5 Jun 2016 00:12:58 +0000 (18:12 -0600)
CRM/Contact/Form/Search/Custom/ActivitySearch.php

index ff5bd53846228de9b31f06b6e9a8077dd2e7c8d2..649679f24faea586f2be7f9f559e51be63a9e06a 100644 (file)
@@ -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') {