X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fdfrn_confirm.php;h=1bf1ba9549ebe2c86d5080e6a7de03a7d1867898;hb=c1144912e2d2dab07c1e23aec5377e12bcf3e631;hp=edca629aeca5c3695caf7b8258bdd95466d2f747;hpb=9f7878057f356ba785de26877a660bb025cae31d;p=friendica.git diff --git a/mod/dfrn_confirm.php b/mod/dfrn_confirm.php index edca629aec..1bf1ba9549 100644 --- a/mod/dfrn_confirm.php +++ b/mod/dfrn_confirm.php @@ -645,7 +645,7 @@ function dfrn_confirm_post(&$a,$handsfree = null) { '$uid' => $newuid ) ); - $res = mail($r[0]['email'], sprintf(t("Connection accepted at %s"), $a->config['sitename']), + $res = mail($r[0]['email'], sprintf( t("Connection accepted at %s") , $a->config['sitename']), $email_tpl, 'From: ' . t('Administrator') . '@' . $_SERVER['SERVER_NAME'] ); if(!$res) { // pointless throwing an error here and confusing the person at the other end of the wire.