We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1029bd4 commit aa3826fCopy full SHA for aa3826f
logicaldoc-core/src/main/java/com/logicaldoc/core/task/Task.java
@@ -391,7 +391,7 @@ public void notifyReport() {
391
dictionary.put("error", (lastRunError != null ? lastRunError.getMessage() : null));
392
dictionary.put("report", prepareReport(recipient.getLocale()).replace("\\n", "<br />"));
393
394
- // Send the email...
+ // Send the email
395
try {
396
sender.send(email, "task.report", dictionary);
397
log.info("Report sent to: {}", recipient.getEmail());
0 commit comments