no message

This commit is contained in:
2024-09-24 23:34:41 +03:00
parent 33e6abfbf5
commit bb671c5166
12 changed files with 40 additions and 36 deletions

View File

@@ -86,7 +86,7 @@ public class AppendBugReportField extends ComponentsRepositoryPass<BugReport> {
new EmailMessage(
message_header + " " + Utils.Brackets(Current.getAccount().name),
message_text,
BugReportInterface.getRecipients(target,true)
BugReportInterface.getRecipients(target)
)
);
}