]> git.mxchange.org Git - friendica.git/blobdiff - mod/dfrn_confirm.php
small fix
[friendica.git] / mod / dfrn_confirm.php
index edca629aeca5c3695caf7b8258bdd95466d2f747..1bf1ba9549ebe2c86d5080e6a7de03a7d1867898 100644 (file)
@@ -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.