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
|
if previous
|
||||||
delta[:unchanged_tags] = tag_array & previous.tag_array
|
delta[:unchanged_tags] = tag_array & previous.tag_array
|
||||||
|
else
|
||||||
|
delta[:unchanged_tags] = []
|
||||||
end
|
end
|
||||||
|
|
||||||
delta
|
delta
|
||||||
|
|||||||
Reference in New Issue
Block a user