fixes #2623: bugs with art commentary tags
This commit is contained in:
@@ -760,7 +760,7 @@ class Post < ActiveRecord::Base
|
||||
end
|
||||
|
||||
def remove_tag(tag)
|
||||
set_tag_string((tag_array - tag).join(" "))
|
||||
set_tag_string((tag_array - Array(tag)).join(" "))
|
||||
end
|
||||
|
||||
def has_dup_tag?
|
||||
|
||||
Reference in New Issue
Block a user