tag corrections will now update the tag category cache

This commit is contained in:
albert
2013-04-08 13:51:31 -04:00
parent c540c4f891
commit 88a2a2f56f

View File

@@ -44,6 +44,7 @@ class TagCorrection
def fix!
tag.delay(:queue => "default").fix_post_count
tag.update_category_cache_for_all
Post.expire_cache_for_all([tag.name])
end
end