advancedforms / advanced-forms

WordPress plugin to create forms using Advanced Custom Fields
75 stars 14 forks source link

Fixed undefined index #6

Closed daviddarke closed 7 years ago

daviddarke commented 7 years ago

I was getting an undefined index warning that was popping up in multiple places with debug turned on.

screen shot 2017-03-31 at 20 37 59 screen shot 2017-03-31 at 20 52 35

Just added an "isset" to stop this.

fabianlindfors commented 7 years ago

Thanks a lot! Nothing more annoying than a plugin which produces warnings. :)