bug #85
This commit is contained in:
parent
19ccd658eb
commit
040fc247a0
10 changed files with 69 additions and 7 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue