line 3 is

function bpv_form_alter($form_id, &$form) {

but should be:

function bpv_form_alter(&$form, $form_state, $form_id) {

Comments

moshe weitzman’s picture

Status: Active » Fixed

got fixed at some point.

Status: Fixed » Closed (fixed)

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