From 870af866399fa54b6e9507dfd4eaa12b9b822f9f Mon Sep 17 00:00:00 2001 From: nathan Date: Tue, 18 Jul 2023 09:19:16 -0600 Subject: [PATCH] Importexport: Fix missing special import fields --- .../inc/class.addressbook_wizard_import_contacts_csv.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addressbook/inc/class.addressbook_wizard_import_contacts_csv.inc.php b/addressbook/inc/class.addressbook_wizard_import_contacts_csv.inc.php index 2f3ddabb17..41a10130ac 100644 --- a/addressbook/inc/class.addressbook_wizard_import_contacts_csv.inc.php +++ b/addressbook/inc/class.addressbook_wizard_import_contacts_csv.inc.php @@ -56,7 +56,7 @@ class addressbook_wizard_import_contacts_csv extends importexport_wizard_basic_i unset($this->mapping_fields['jpegphoto']); // can't cvs import that // Add in special handled fields - $this->mapping_fields[lang('Special')] = addressbook_import_contacts_csv::$special_fields; + $this->mapping_fields += addressbook_import_contacts_csv::$special_fields; // Actions $this->actions = array(