From c544af6fb482b703c3fe149bf5f9b3474b3b716a Mon Sep 17 00:00:00 2001 From: TDavis Date: Sat, 30 Mar 2019 01:44:04 -0300 Subject: Mover hilos fix 4 Test 3 --- cgi/manage.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cgi/manage.py') 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() -- cgit v1.2.1-18-gbd029