This commit is contained in:
Yax 2018-01-28 18:22:38 +01:00
parent 5d6574fb37
commit eb539a8a6f

View file

@ -111,7 +111,7 @@ def new_comment(data, clientip):
url=article_url, comment=comment_text)
if clientip:
client_ips[comment.ip] = clientip
client_ips[comment.id] = clientip
# send email
subject = '%s: [%d:%s]' % (site.name, comment.id, token)