FIX: post revision history wasn't showing tags correctly

This commit is contained in:
Neil Lalonde
2016-06-15 14:15:30 -04:00
parent 17b1179103
commit be338892ec
2 changed files with 9 additions and 5 deletions

View File

@@ -80,7 +80,7 @@ class PostRevisor
tc.check_result(false)
next
end
tc.record_change('tags', prev_tags, tags)
tc.record_change('tags', prev_tags, tags) unless prev_tags.sort == tags.sort
end
end