This commit is contained in:
Friendika
2011-05-23 20:30:37 -07:00
parent 19ccd658eb
commit 040fc247a0
10 changed files with 69 additions and 7 deletions

View File

@@ -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"