evertiro / historical-redux2

A simple, easily extendable options framework for WordPress based on NHP Theme Options Framework.
http://reduxframework.com
Other
105 stars 43 forks source link

Undefined index notices for selects #128

Closed Protohominid closed 11 years ago

Protohominid commented 11 years ago

I have my local dev sites set to show php notices and errors, and when I go to a Redux Options tab with select menu options, there are php notices all over the place. It only seems to be on the select menus. Here's an example:

Notice: Undefined index: multiselect in /Users/shawn/.../content/themes/sbgd-boilerplate/options/fields/select/field_select.php on line 26

I know these are only notices and can probably just be ignored, but I'm wondering why they are showing up and if there's a fix.

evertiro commented 11 years ago

Yep. I missed a common check in a few of the field types. I've been slowly fixing them as I find them. It shouldn't affect usability, just throw that notice on occasion. Feel free to patch it, or I'll get to it shortly!

evertiro commented 11 years ago

Closing as a duplicate, please post further updates to #136