make sure we trigger the post process when rebaking the posts

This commit is contained in:
Régis Hanol 2013-06-21 18:30:05 +02:00
parent 787555431c
commit 40f93bda8b

View File

@ -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