Closed (fixed)
Project:
Block Page Visibility
Version:
6.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
7 Mar 2009 at 11:23 UTC
Updated:
5 Jul 2020 at 11:59 UTC
line 3 is
function bpv_form_alter($form_id, &$form) {
but should be:
function bpv_form_alter(&$form, $form_state, $form_id) {
Comments
Comment #1
moshe weitzman commentedgot fixed at some point.