Closed (fixed)
Project:
Options Element
Version:
7.x-1.4
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
22 Dec 2011 at 16:29 UTC
Updated:
30 Jan 2012 at 04:30 UTC
I am getting the following error message: Notice: Undefined variable: default_value in _form_type_options_value() (line 279 of .../modules/options_element/options_element.inc).
Attached fix ensures that $default_value is always defined.
| Comment | File | Size | Author |
|---|---|---|---|
| options_element_default_value.patch | 429 bytes | liam morland |
Comments
Comment #1
quicksketchExcellent, thanks. I'll take a look next time I'm working on Options Element.
Comment #2
quicksketchThanks, committed as-is.