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.