aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"