fix
This commit is contained in:
parent
5d6574fb37
commit
eb539a8a6f
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue