no longer decrement post counts when post is deleted

This commit is contained in:
albert
2013-03-18 09:28:31 -07:00
parent 177baa9ec7
commit fff581dc28
3 changed files with 4 additions and 3 deletions

View File

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