Active
Project:
Formfilter
Version:
6.x-1.x-dev
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
10 May 2011 at 08:06 UTC
Updated:
10 May 2011 at 08:06 UTC
Changed
function formfilter_ui_form_alter(&$form, &$form_state, $form_id) {
to
function formfilter_ui_form_alter(&$form, $form_state, $form_id) {
... which is the usual quickfix for this, but can have unexpected results.
Please review and tell us if the module should behave as expected if corrected this way.