tombenner / wp-mvc

An MVC framework for WordPress
http://wpmvc.org
MIT License
623 stars 172 forks source link

This is creating an error, probably use this instead? $html .= $this->select_tag('data['.$this->model_name.']['.$field_name.']', $options); #231

Closed gilbertk88 closed 5 years ago

gilbertk88 commented 5 years ago

https://github.com/tombenner/wp-mvc/blob/abeb610140911721f1e1eae0d3c3c53bd5535ed0/core/helpers/mvc_form_helper.php#L214

cyberscribe commented 5 years ago

Thanks. Can you make sure we have isset() checks in place for this and we can merge in the pull request?