The $imported array, which is supposed to contact the name and email address for imported contacts is null. The problem is that contact_importer.pages.inc, line 410 should be

drupal_alter('contact_importer_contacts', $list, $form_state['storage']['contacts']);

instead of

drupal_alter('contact_importer_contacts', $list, $form_state['storage']['#contacts']);

The attached patch fixes this typo.

CommentFileSizeAuthor
imported_null.patch678 bytesjlyon

Comments

jlyon’s picture

Issue summary: View changes

Fixed current code.

duaelfr’s picture

Issue summary: View changes
Status: Needs review » Fixed

Commited in 1a62dc6.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.