From b3e86e525dec06f8dfdfa8b60b7d1d9854a8f8ed Mon Sep 17 00:00:00 2001 From: Bradley Taylor Date: Tue, 28 Nov 2023 19:30:12 +0000 Subject: [PATCH] [REF][PHP8.2] Remove unused property from CRM_Contact_Selector --- CRM/Contact/Selector.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/CRM/Contact/Selector.php b/CRM/Contact/Selector.php index c07e16fcb7..b4f0fd2a0a 100644 --- a/CRM/Contact/Selector.php +++ b/CRM/Contact/Selector.php @@ -198,8 +198,6 @@ class CRM_Contact_Selector extends CRM_Core_Selector_Base implements CRM_Core_Se ); self::$_columnHeaders = NULL; - $this->_customFields = CRM_Core_BAO_CustomField::getFieldsForImport('Individual'); - $this->_returnProperties = CRM_Contact_BAO_Contact::makeHierReturnProperties($this->_fields); $this->_returnProperties['contact_type'] = 1; $this->_returnProperties['contact_sub_type'] = 1; -- 2.25.1