aboutsummaryrefslogtreecommitdiff
path: root/cgi
diff options
context:
space:
mode:
authorLibravatar TDavis 2019-03-30 01:44:04 -0300
committerLibravatar TDavis 2019-03-30 01:44:04 -0300
commitc544af6fb482b703c3fe149bf5f9b3474b3b716a (patch)
tree795ee0f450b62418b72686a09154f4cc691d9ea3 /cgi
parent91cb8d7270b443229199d313f88bcd7175921aa3 (diff)
downloadweabot-c544af6fb482b703c3fe149bf5f9b3474b3b716a.tar.gz
weabot-c544af6fb482b703c3fe149bf5f9b3474b3b716a.tar.xz
weabot-c544af6fb482b703c3fe149bf5f9b3474b3b716a.zip
Mover hilos fix 4 Test 3
Diffstat (limited to 'cgi')
-rw-r--r--cgi/manage.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cgi/manage.py b/cgi/manage.py
index a92bf01..c58fc70 100644
--- a/cgi/manage.py
+++ b/cgi/manage.py
@@ -477,7 +477,7 @@ def manage(self, path_split):
t = parent_post["timestamp"]
else:
t = post["timestamp"]
- post['timestamp_formatted'] += ' ID:' + iphash(post['ip'], post, t, False, False, False, False, (board["countrycode"] in ['1', '2']))
+ post['timestamp_formatted'] += ' ID:' + iphash(post['ip'], post, t, board["useid"], False, False, False, False, (board["countrycode"] in ['1', '2']))
# insert new post and get its new ID
new_id = post.insert()