Browse Source

Fix build

Rafał Pitoń 10 years ago
parent
commit
d9e0a808f7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      misago/forums/views/forumsadmin.py

+ 1 - 1
misago/forums/views/forumsadmin.py

@@ -117,7 +117,7 @@ class DeleteForum(ForumAdmin, generic.ModelFormView):
 
         if move_threads_to:
             target.move_content(move_threads_to)
-            move_threads_to.recount()
+            move_threads_to.synchronize()
             move_threads_to.save()
         else:
             target.delete_content()