aboutsummaryrefslogtreecommitdiff
path: root/cgi/manage.py
diff options
context:
space:
mode:
authorLibravatar TDavis 2019-03-30 01:06:18 -0300
committerLibravatar TDavis 2019-03-30 01:06:18 -0300
commitad189b5fe9381c20d943d9761c1336bca689e202 (patch)
treeebd293f2debf5725e9a0a32c8d7e289309217e10 /cgi/manage.py
parentc69a8b67f9722a12385c5a330e70a7343c15fb05 (diff)
downloadweabot-ad189b5fe9381c20d943d9761c1336bca689e202.tar.gz
weabot-ad189b5fe9381c20d943d9761c1336bca689e202.tar.xz
weabot-ad189b5fe9381c20d943d9761c1336bca689e202.zip
Mover hilos fix 2
Diffstat (limited to 'cgi/manage.py')
-rw-r--r--cgi/manage.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cgi/manage.py b/cgi/manage.py
index a8367a2..6d09533 100644
--- a/cgi/manage.py
+++ b/cgi/manage.py
@@ -541,13 +541,13 @@ def manage(self, path_split):
notice_post["timestamp_formatted"] = "Hilo movido"
notice_post["bumped"] = oldbumped
notice_post.insert()
+ regenerateFrontPages()
regenerateThreadPage(oldthread)
# regenerate
regenerateFrontPages()
board = setBoard(newboardid)
regenerateThreadPage(newthreadid)
-
message += "done"