Closed (fixed)
Project:
Browser Class
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
25 Mar 2011 at 08:24 UTC
Updated:
12 Apr 2011 at 06:02 UTC
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