I'm building custom forms based on register form, that's why need to fire up alters manually. In current version I have to do something like this:
email_registration_form_user_register_form_alter($form, $form_state['object'], 'user_register_form');
though it's better to get rid of 3d variabe $form_id which is useless of hook_form_FORM_ID_alter:
email_registration_form_user_register_form_alter($form, $form_state['object']);

CommentFileSizeAuthor
#1 email-registration-1808366-1.patch2.01 KBcr0ss
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

cr0ss’s picture

Patch attached.

greggles’s picture

Title: Get rid of unnecessary form_id in form alters » Get rid of unnecessary form_id in form alters to reduce errors from undefined variable
Category: task » bug
Status: Active » Needs review

Looks good to me.

Better status.

greggles’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

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