aboutsummaryrefslogtreecommitdiff
path: root/engine/lib/notification.php
diff options
context:
space:
mode:
Diffstat (limited to 'engine/lib/notification.php')
-rw-r--r--engine/lib/notification.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/lib/notification.php b/engine/lib/notification.php
index 1494c06e7..e711b8bc5 100644
--- a/engine/lib/notification.php
+++ b/engine/lib/notification.php
@@ -241,7 +241,7 @@
$headers = "From: $from\r\n";
- return mail($to, $subject, $message, $headers);
+ return mail($to, $subject, wordwrap($message), $headers);
}
/**