Closed (fixed)
Project:
CAS
Version:
6.x-1.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
9 Aug 2009 at 17:28 UTC
Updated:
9 Sep 2009 at 18:40 UTC
In cas.module, hook_form_alter() is implemented as
function cas_form_alter(&$form, $formid, $form_state)
According to the Drupal API documentation, this should be
function cas_form_alter(&$form, $form_state, $form_id)
Additionally, $form_id and $formid are used inconsistently in that function.
Comments
Comment #1
metzlerd commentedFixed in the new 6.x-2 beta, and in head. It was reported and corrected as a separate issue.