mirror of
https://github.com/discourse/discourse.git
synced 2025-03-28 17:56:04 +00:00
oops (tests were running in other window but was trigger happy)
This commit is contained in:
@ -23,7 +23,7 @@ class SystemMessage
|
||||
title = I18n.t("system_messages.#{type}.subject_template", params)
|
||||
raw = I18n.t("system_messages.#{type}.text_body_template", params)
|
||||
|
||||
creator = PostCreator.create(Discourse.site_contact_user,
|
||||
creator = PostCreator.new(Discourse.site_contact_user,
|
||||
title: title,
|
||||
raw: raw,
|
||||
archetype: Archetype.private_message,
|
||||
|
Reference in New Issue
Block a user