diff options
author | Friendika <info@friendika.com> | 2010-11-07 17:29:30 -0800 |
---|---|---|
committer | Friendika <info@friendika.com> | 2010-11-07 17:29:30 -0800 |
commit | 9e35fb26f7aa6c61819f1536189c0102fed29ad9 (patch) | |
tree | 102ffc5c8ab15710c4f9a253831f2a9e5500c503 /mod/dfrn_request.php | |
parent | d825db36497b1af43f0f58134702665f1ac1ab55 (diff) | |
download | volse-hubzilla-9e35fb26f7aa6c61819f1536189c0102fed29ad9.tar.gz volse-hubzilla-9e35fb26f7aa6c61819f1536189c0102fed29ad9.tar.bz2 volse-hubzilla-9e35fb26f7aa6c61819f1536189c0102fed29ad9.zip |
lint
Diffstat (limited to 'mod/dfrn_request.php')
-rw-r--r-- | mod/dfrn_request.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/dfrn_request.php b/mod/dfrn_request.php index a7296fec0..8c259f231 100644 --- a/mod/dfrn_request.php +++ b/mod/dfrn_request.php @@ -441,7 +441,7 @@ function dfrn_request_content(&$a) { $res = mail($r[0]['email'], t("Introduction received at ") . $a->config['sitename'], $email, - 'From: ' . t('Administrator') . '@' . $_SERVER[SERVER_NAME] ); + 'From: ' . t('Administrator') . '@' . $_SERVER['SERVER_NAME'] ); // This is a redundant notification - no point throwing errors if it fails. } if($auto_confirm) { |