fix typo
This commit is contained in:
@@ -223,11 +223,9 @@ class TagImplication < ActiveRecord::Base
|
||||
|
||||
def update_forum_topic_for_approve
|
||||
if forum_topic
|
||||
CurrentUser.scoped(admin, "127.0.0.1") do
|
||||
forum_topic.posts.create(
|
||||
:body => "The tag implication #{antecedent_name} -> #{consequent_name} has been approved."
|
||||
)
|
||||
end
|
||||
forum_topic.posts.create(
|
||||
:body => "The tag implication #{antecedent_name} -> #{consequent_name} has been approved."
|
||||
)
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user