From 4e9eedf08b54e43cffb802be183bfc94f032bab7 Mon Sep 17 00:00:00 2001 From: atif-shaikh Date: Tue, 24 Jun 2014 20:46:24 +0530 Subject: [PATCH] Further Changes --- 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 20df0d2501..0c8ea34abf 100644 --- a/CRM/Contact/Import/Form/MapField.php +++ b/CRM/Contact/Import/Form/MapField.php @@ -986,7 +986,7 @@ class CRM_Contact_Import_Form_MapField extends CRM_Import_Form_MapField { */ function formatCustomFieldName(&$fields) { //CRM-2676, replacing the conflict for same custom field name from different custom group. - $fieldIds = $formattedFieldNames = self::$customFields = array(); + $fieldIds = $formattedFieldNames = array(); foreach ($fields as $key => $value) { if ($customFieldId = CRM_Core_BAO_CustomField::getKeyID($key)) { $fieldIds[] = $customFieldId; -- 2.25.1