diff --git a/src/Orchard.Web/Modules/Orchard.AntiSpam/Drivers/ReCaptchaPartDriver.cs b/src/Orchard.Web/Modules/Orchard.AntiSpam/Drivers/ReCaptchaPartDriver.cs index 13b00363b..5b5300669 100644 --- a/src/Orchard.Web/Modules/Orchard.AntiSpam/Drivers/ReCaptchaPartDriver.cs +++ b/src/Orchard.Web/Modules/Orchard.AntiSpam/Drivers/ReCaptchaPartDriver.cs @@ -79,6 +79,7 @@ namespace Orchard.AntiSpam.Drivers { if(!HandleValidateResponse(context, result)) { _notifier.Error(T("The text you entered in the Captcha field does not match the image")); + updater.AddModelError("", T("The text you entered in the Captcha field does not match the image")); } }