From 2a85d3dfddbc9846b3c364a9f70ca7cb288ee316 Mon Sep 17 00:00:00 2001 From: eileen Date: Wed, 7 Aug 2019 20:46:12 +1200 Subject: [PATCH] [Import] [Cleanup] remove unused paramters Looks like some copy & past put these vars here as they are never set & not exposed for contribution imporrt --- CRM/Contribute/Import/Form/MapField.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CRM/Contribute/Import/Form/MapField.php b/CRM/Contribute/Import/Form/MapField.php index 7828bb5216..9988b64662 100644 --- a/CRM/Contribute/Import/Form/MapField.php +++ b/CRM/Contribute/Import/Form/MapField.php @@ -247,8 +247,8 @@ class CRM_Contribute_Import_Form_MapField extends CRM_Import_Form_MapField { $defaults["mapper[$i]"] = [ CRM_Utils_Array::value(0, $mappingHeader), ($softField) ? $softField : "", - (isset($locationId)) ? $locationId : "", - (isset($phoneType)) ? $phoneType : "", + "", + "", ]; $jsSet = TRUE; } -- 2.25.1