mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
oops (tests were running in other window but was trigger happy)
This commit is contained in:
parent
dec40ea3cf
commit
8d392066d8
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user