goalio / GoalioForgotPassword

A Zend Framework 2 (ZF2) Module offering forgot password via e-mail functionality to ZfcUser
BSD 3-Clause "New" or "Revised" License
42 stars 49 forks source link

call to undefined function #2

Closed foaly-nr1 closed 11 years ago

foaly-nr1 commented 11 years ago

Click "request new password" ->

PHP Fatal error: Call to undefined method GoalioForgotPassword\Mapper\Password::cleanPriorForgotRequests() in vendor/goalio/goalio-forgotpassword/src/GoalioForgotPassword/Service/Password.php on line 54

yourithielen commented 11 years ago

This is still broken. Will this be fixed?

pdobrigkeit commented 11 years ago

Hey, I am just looking at it right now. Just pushed a new commit that should contain the correct function. Once again, as I am not using the Zend\Db myself, you might please validate that the function works correctly ;)

yourithielen commented 11 years ago

It works, thanks a lot for the quick response!