Forgot an s

This commit is contained in:
Grégory Soutadé 2012-10-20 21:05:02 +02:00
parent 6aedd6f910
commit fa497ae59a
1 changed files with 1 additions and 1 deletions

View File

@ -564,7 +564,7 @@ def add_comment(request, post_id, parent_id):
emails[email] = comment.author
if post.author.email not in email:
if post.author.email not in emails:
emails[post.author.email] = post.author.first_name
if len(emails) > 0: