You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a patch for the MollomField?. If the Mollom server fails to respond or some other error is thrown, this will fall back to basic math spam if mollom fails.
Alternatively, the SpamProtectorField? could become a MathSpam? (or some other type of local) protection field and on error catch return parent::function();
From http://open.silverstripe.org/ticket/6213
This is a patch for the MollomField?. If the Mollom server fails to respond or some other error is thrown, this will fall back to basic math spam if mollom fails.
Alternatively, the SpamProtectorField? could become a MathSpam? (or some other type of local) protection field and on error catch return parent::function();
Patch: http://open.silverstripe.org/attachment/ticket/6213/mollom-patch.txt
The text was updated successfully, but these errors were encountered: