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