From 5b3e80ec1722a083d35c20f60ed043951ebd4149 Mon Sep 17 00:00:00 2001 From: ben Date: Tue, 8 Jul 2008 12:28:11 +0000 Subject: Introducing notifications on generic comments. git-svn-id: https://code.elgg.org/elgg/trunk@1336 36083f99-b078-4883-b0ff-0f9b5a30f544 --- engine/lib/notification.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engine') 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); } /** -- cgit v1.2.3