pull/6/head
Yax 7 years ago
parent 5d6574fb37
commit eb539a8a6f

@ -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