CakePHP-Bootstrap / cakephp3-bootstrap-helpers

CakePHP 3.x Helpers for Bootstrap 3 and 4.
https://holt59.github.io/cakephp3-bootstrap-helpers/
MIT License
130 stars 79 forks source link

Fix undefined index 'required' error #169

Closed toggenation closed 5 years ago

toggenation commented 5 years ago

CakePHP 3.7.1 getting an undefined index error when checking for 'required' options key this fixes it.

Holt59 commented 5 years ago

Thanks for the fix. I will merge this manually because I need to add another fix and update the CI configuration.

Holt59 commented 5 years ago

The changes have been merged together with some other fixes for 3.7, thanks!