diff options
author | friendica <info@friendica.com> | 2013-04-14 22:44:11 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-04-14 22:44:11 -0700 |
commit | ab5151c470e630aa3864bbed927dd02f7b192166 (patch) | |
tree | c2ea1f9a037e082e30f3f4c05ff15fc860a817e5 /mod/invite.php | |
parent | 0ce695588931a7312e0f91efc6ef5a84a9bc096b (diff) | |
download | volse-hubzilla-ab5151c470e630aa3864bbed927dd02f7b192166.tar.gz volse-hubzilla-ab5151c470e630aa3864bbed927dd02f7b192166.tar.bz2 volse-hubzilla-ab5151c470e630aa3864bbed927dd02f7b192166.zip |
more Friendica removals
Diffstat (limited to 'mod/invite.php')
-rw-r--r-- | mod/invite.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/invite.php b/mod/invite.php index 336e20164..cb8d4c6eb 100644 --- a/mod/invite.php +++ b/mod/invite.php @@ -68,7 +68,7 @@ function invite_post(&$a) { else $nmessage = $message; - $res = mail($recip, sprintf( t('Please join us on Friendica'), $a->config['sitename']), + $res = mail($recip, sprintf( t('Please join us on Red'), $a->config['sitename']), $nmessage, "From: " . $a->user['email'] . "\n" . 'Content-type: text/plain; charset=UTF-8' . "\n" |