trongate / trongate-framework

The Trongate PHP framework
https://trongate.io
Other
1.12k stars 100 forks source link

Fix error from rewrite for form field validation. #112

Closed toddy15 closed 2 years ago

toddy15 commented 2 years ago

Originally, $inner_value has been set by using extract() on the $validation_data array. Now, the extract() method call is removed, so $inner_value is undefined.

trongate commented 2 years ago

I'm not 100% sure about this. However, my gut instinct is telling me that I should accept this pull request and have a closer look tonight. So, thank you and congratulations on becoming a contributor! Welcome to the revolution.