mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-27 09:36:19 -05:00
oops (tests were running in other window but was trigger happy)
This commit is contained in:
parent
dec40ea3cf
commit
8d392066d8
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue