Active
Project:
Content Profile
Version:
6.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
1 Nov 2009 at 14:43 UTC
Updated:
2 Nov 2009 at 07:48 UTC
In the openId module when drupal_validate_form('user_register', $form, $form_state); and content profile registration is enabled $form_state['values'] is filled with an empty key, which is a result of calling date_element_empty().
Comments
Comment #1
amitaibuJust to explain a bit more. The empty key then kills user_save() in drupal_unpack().