Sterc / FormIt

A dynamic form processing Snippet for MODX Revolution
https://docs.modx.com/current/en/extras/formit
33 stars 58 forks source link

Spam hook always return true #191

Closed kristk closed 5 years ago

kristk commented 5 years ago

I have tried to fix an issue where the spam hook always returned true. The main error is in the StopForumSpam where the comparison of the response from the web service does not work. I also found an error in the Spam class where a reference to the addError method was wrong. My big question is if my fix is to easy? Is the error for instance depending on php or modx version? Or has this hook never worked?