fixes #116: tag category expiration bugs

This commit is contained in:
albert
2011-10-14 17:16:42 -04:00
parent c03ed4f644
commit a35ab779d3

View File

@@ -95,8 +95,8 @@ class Tag < ActiveRecord::Base
if tag
if category > 0
tag.update_category_cache
tag.update_column(:category, category)
tag.update_category_cache
end
tag