From 922acb31fafeded59223aeb0ff095065f341ac9e Mon Sep 17 00:00:00 2001 From: Eileen McNaughton Date: Tue, 10 Jan 2023 08:33:31 +1300 Subject: [PATCH] Remove undeclared & unused property I did a grep for this but it is also worth noting the reason this is no longer used is the parser has a function to get it from the submitted values & we don't pass the form around anymore --- CRM/Contact/Import/Form/MapField.php | 1 - 1 file changed, 1 deletion(-) diff --git a/CRM/Contact/Import/Form/MapField.php b/CRM/Contact/Import/Form/MapField.php index cd55054ac4..c18bb6f057 100644 --- a/CRM/Contact/Import/Form/MapField.php +++ b/CRM/Contact/Import/Form/MapField.php @@ -72,7 +72,6 @@ class CRM_Contact_Import_Form_MapField extends CRM_Import_Form_MapField { */ public function preProcess(): void { $this->_mapperFields = $this->getAvailableFields(); - $this->_contactSubType = $this->getSubmittedValue('contactSubType'); //format custom field names, CRM-2676 $contactType = $this->getContactType(); -- 2.25.1