2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-05 08:59:27 +08:00

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