Closed (fixed)
Project:
Form Builder
Version:
6.x-1.1
Component:
Form Builder Core
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
9 Aug 2012 at 11:04 UTC
Updated:
24 Aug 2012 at 22:01 UTC
Jump to comment: Most recent file
Comments
Comment #1
oriol_e9gOK! I have found the problem:
form_builder.properties.inc on line 181.
form_builder_webform.components.inc on line 747.
The $property var it's not used in the function, so, this seems that it's not needed but we need to pass and argument to call the function. :/
Comment #2
oriol_e9gComment #3
quicksketchThanks! Nice find. That last parameter should be the string "options" though, since that's the property name being edited. That said, you're right that it's not used in that particular form callback anyway so passing in NULL works just as well. I've committed this patch that passes in the proper string so it doesn't cause some unexpected problem in the future.
Comment #4
quicksketch