From: Jamie McClelland Date: Wed, 11 Dec 2013 18:32:44 +0000 (-0500) Subject: CRM-13957 - import - undefined index when mapping fields X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=fe4324328daf5c06aa73bf0eaa5efcc297351c34;p=civicrm-core.git CRM-13957 - import - undefined index when mapping fields ---------------------------------------- * CRM-13957: 2nd page of Import script reports undefined index http://issues.civicrm.org/jira/browse/CRM-13957 --- diff --git a/CRM/Contact/Import/Form/MapField.php b/CRM/Contact/Import/Form/MapField.php index 27c5254e69..195d36649f 100644 --- a/CRM/Contact/Import/Form/MapField.php +++ b/CRM/Contact/Import/Form/MapField.php @@ -344,6 +344,7 @@ class CRM_Contact_Import_Form_MapField extends CRM_Import_Form_MapField { //Modified the Relationship fields if the fields are //present in dedupe rule if ($this->_onDuplicate != CRM_Import_Parser::DUPLICATE_NOCHECK && + CRM_Utils_Array::value($cType, $this->_dedupeFields) && is_array($this->_dedupeFields[$cType]) ) { static $cTypeArray = array();