Fix #3374: List approver in BUR approval messages.

This commit is contained in:
evazion
2017-11-15 12:50:15 -06:00
parent 60d5983bb7
commit f2351766c6
7 changed files with 28 additions and 20 deletions

View File

@@ -33,6 +33,6 @@ class ForumUpdater
end
def update_post(body)
forum_post.update(:body => "#{forum_post.body}\n\n#{body}")
forum_post.update(:body => "#{forum_post.body}\n\nEDIT: #{body}")
end
end