The generated hook_form_alter has 3 parameters and incorrect order.
The actually generated parameter list: &$form, $form_state, $form_id
The correct parameter list according to the API page: $form_id, &$form

Comments

joachim’s picture

Status: Active » Closed (duplicate)

Duplicate of http://drupal.org/node/267197 -- wrong hook data downloaded. See that issue for a fix.