Fix comment subscription
This commit is contained in:
parent
b2f9cb596f
commit
cbf47e7f78
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ def new_comment(data):
|
||||||
mail(site.admin_email, subject, email_body)
|
mail(site.admin_email, subject, email_body)
|
||||||
|
|
||||||
# Reader subscribes to further comments
|
# Reader subscribes to further comments
|
||||||
if subscribe and author_email:
|
if subscribe = 'true' and author_email:
|
||||||
subscribe_reader(author_email, token, url)
|
subscribe_reader(author_email, token, url)
|
||||||
|
|
||||||
logger.debug("new comment processed ")
|
logger.debug("new comment processed ")
|
||||||
|
|
Loading…
Add table
Reference in a new issue