The function browserclass_settings_form expects that $form_state is passed by reference when this is not the case. This results in the error: "Warning: Parameter 1 to browserclass_settings_form() expected to be a reference, value given".
The attached patch removes the reference.
| Comment | File | Size | Author |
|---|---|---|---|
| browserclass-settings-form.patch | 444 bytes | alduya |
Comments
Comment #1
kalman.hosszu commentedHi!
Thanks for the fix!
I commited the patch at version 7.x-1.2
By, Kalman