diff --git a/lib/tasks/posts.rake b/lib/tasks/posts.rake index 2228e11f504..18e6bd859f6 100644 --- a/lib/tasks/posts.rake +++ b/lib/tasks/posts.rake @@ -33,6 +33,9 @@ def rebake_posts(opts = {}) TopicLink.extract_from post + # make sure we trigger the post process + post.trigger_post_process + total += 1 end