pull/2/head
Yax 7 years ago
parent 20bcb896bc
commit 6cd8341a2f

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

Loading…
Cancel
Save