potential fix for #2900: Post Versions JSON API failure - undefined method join

This commit is contained in:
r888888888
2017-02-27 15:22:15 -08:00
parent 398f58684f
commit 16cd879e08

View File

@@ -221,6 +221,8 @@ class PostArchive < ActiveRecord::Base
if previous
delta[:unchanged_tags] = tag_array & previous.tag_array
else
delta[:unchanged_tags] = []
end
delta