Merge pull request #5677 from jjaffeux/fix-ruby-warning-keyword

FIX: prevents ruby warning with circular reference
This commit is contained in:
Guo Xiang Tan 2018-03-16 09:31:54 +08:00 committed by GitHub
commit 937372df02
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -246,7 +246,7 @@ SQL
sql
end
def self.publish_private_message(topic, archive_user_id: archive_user_id,
def self.publish_private_message(topic, archive_user_id: nil,
post: nil,
group_archive: false)