From aa4efdff0cf7ecca5322d098e1979ed5da08783f Mon Sep 17 00:00:00 2001 From: eileen Date: Thu, 8 Aug 2019 15:04:39 +1200 Subject: [PATCH] And this was the pre-existing enotice --- CRM/Contact/Import/Form/MapField.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Contact/Import/Form/MapField.php b/CRM/Contact/Import/Form/MapField.php index 665f16b96c..df77083cca 100644 --- a/CRM/Contact/Import/Form/MapField.php +++ b/CRM/Contact/Import/Form/MapField.php @@ -969,7 +969,7 @@ class CRM_Contact_Import_Form_MapField extends CRM_Import_Form_MapField { elseif (isset($imProvider)) { $typeId = $imProvider; } - $defaults["mapper[$i]"] = [$mappingHeader[0], $locationId, $typeId]; + $defaults["mapper[$i]"] = [$mappingHeader[0] ?? '', $locationId, $typeId]; } if ((!$phoneType) && (!$imProvider)) { -- 2.25.1