diff --git a/contact_importer.pages.inc b/contact_importer.pages.inc
index dcd48aa..fe2d8c9 100644
--- a/contact_importer.pages.inc
+++ b/contact_importer.pages.inc
@@ -407,7 +407,7 @@ function contact_importer_select_contacts_form_submit($form, &$form_state) {
           array('session_id', 'email', 'authentication_success', 'completed'));
 
   // Allow contrib to modify the results getting sent back to the form.
-  drupal_alter('contact_importer_contacts', $list, $form_state['storage']['#contacts']);
+  drupal_alter('contact_importer_contacts', $list, $form_state['storage']['contacts']);
 
   // Add the results to the session.
   contact_importer_set_contacts($list);
