Changeset 3112

Show
Ignore:
Timestamp:
01/20/08 16:50:14 (1 year ago)
Author:
osimons
Message:

FullBlogPlugin: Whoops. Copy & Paste error in spamfilter plugin.

Closes #2444

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • fullblogplugin/0.11/tracfullblog/spamfilter.py

    r3106 r3112  
    4040        field_names = set(fields).union(last_post_fields) 
    4141        changes = [(to_unicode(last_post_fields.get(k, '')), 
    42                     to_unicode(fields.get(k, ''))) 
     42                    to_unicode(fields.get(k, '')))] 
    4343        author = fields.get('author', '') 
    4444        FilterSystem(self.env).test(req, author, changes)