From 040fc247a0caa51e0d4da4169980dc32e80ee804 Mon Sep 17 00:00:00 2001 From: Friendika Date: Mon, 23 May 2011 20:30:37 -0700 Subject: bug #85 --- mod/invite.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mod/invite.php') diff --git a/mod/invite.php b/mod/invite.php index b34bb7d74..b52aa19f6 100644 --- a/mod/invite.php +++ b/mod/invite.php @@ -29,7 +29,7 @@ function invite_post(&$a) { continue; } - $res = mail($recip, sprintf(t('Please join my network on %s'), $a->config['sitename']), + $res = mail($recip, sprintf( t('Please join my network on %s'), $a->config['sitename']), $message, "From: " . $a->user['email'] . "\n" . 'Content-type: text/plain; charset=UTF-8' . "\n" -- cgit v1.2.3