aboutsummaryrefslogtreecommitdiffstats
path: root/mod/dfrn_confirm.php
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2010-11-07 15:46:49 -0800
committerFriendika <info@friendika.com>2010-11-07 15:46:49 -0800
commitd825db36497b1af43f0f58134702665f1ac1ab55 (patch)
treee20761e32c33e3cd392e8e104456c87641657154 /mod/dfrn_confirm.php
parent82d9783c35f4724488d6f5e98aac955b9e3b53f6 (diff)
downloadvolse-hubzilla-d825db36497b1af43f0f58134702665f1ac1ab55.tar.gz
volse-hubzilla-d825db36497b1af43f0f58134702665f1ac1ab55.tar.bz2
volse-hubzilla-d825db36497b1af43f0f58134702665f1ac1ab55.zip
lint
Diffstat (limited to 'mod/dfrn_confirm.php')
-rw-r--r--mod/dfrn_confirm.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/dfrn_confirm.php b/mod/dfrn_confirm.php
index fcfce90b9..07a2f847b 100644
--- a/mod/dfrn_confirm.php
+++ b/mod/dfrn_confirm.php
@@ -507,7 +507,7 @@ function dfrn_confirm_post(&$a,$handsfree = null) {
);
$res = mail($r[0]['email'], t("Connection accepted at ") . $a->config['sitename'],
- $email_tpl, 'From: ' . t('Administrator') . '@' . $_SERVER[SERVER_NAME] );
+ $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.
}