lib/zen/package/comments/lib/comments/anti_spam.rb in zen-0.4 vs lib/zen/package/comments/lib/comments/anti_spam.rb in zen-0.4.1

- old
+ new

@@ -58,10 +58,10 @@ # module AntiSpam # Array containing the method names of the various supported engines and # their labels to display in the admin interface. REGISTERED = { - :defensio => lang('comments.labels.defensio') + :defensio => 'comments.labels.defensio' } class << self ## # Validates a comment to see if it's spam or ham using a given engine.