Fix comment subscription

This commit is contained in:
Yax 2015-09-04 13:03:41 +02:00
parent c1acd3a34a
commit 79295cfc9d

View file

@ -91,7 +91,7 @@ def new_comment(data):
mail(site.admin_email, subject, email_body)
# Reader subscribes to further comments
if subscribe = 'true' and author_email:
if subscribe == 'true' and author_email:
subscribe_reader(author_email, token, url)
logger.debug("new comment processed ")