potential fix for #2900: Post Versions JSON API failure - undefined method join
This commit is contained in:
@@ -221,6 +221,8 @@ class PostArchive < ActiveRecord::Base
|
||||
|
||||
if previous
|
||||
delta[:unchanged_tags] = tag_array & previous.tag_array
|
||||
else
|
||||
delta[:unchanged_tags] = []
|
||||
end
|
||||
|
||||
delta
|
||||
|
||||
Reference in New Issue
Block a user