FIX: prevents ruby warning with circular reference

This commit is contained in:
Joffrey JAFFEUX 2018-03-15 15:48:40 +01:00
parent 58bb3967e5
commit c0a986c181

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)