From 88a2a2f56f4091208eeeae0093e4f0439d4efc34 Mon Sep 17 00:00:00 2001 From: albert Date: Mon, 8 Apr 2013 13:51:31 -0400 Subject: [PATCH] tag corrections will now update the tag category cache --- app/logical/tag_correction.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/app/logical/tag_correction.rb b/app/logical/tag_correction.rb index 8bd56fd09..ba44f7863 100644 --- a/app/logical/tag_correction.rb +++ b/app/logical/tag_correction.rb @@ -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