aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2010-11-07 17:29:30 -0800
committerFriendika <info@friendika.com>2010-11-07 17:29:30 -0800
commit9e35fb26f7aa6c61819f1536189c0102fed29ad9 (patch)
tree102ffc5c8ab15710c4f9a253831f2a9e5500c503 /include
parentd825db36497b1af43f0f58134702665f1ac1ab55 (diff)
downloadvolse-hubzilla-9e35fb26f7aa6c61819f1536189c0102fed29ad9.tar.gz
volse-hubzilla-9e35fb26f7aa6c61819f1536189c0102fed29ad9.tar.bz2
volse-hubzilla-9e35fb26f7aa6c61819f1536189c0102fed29ad9.zip
lint
Diffstat (limited to 'include')
-rw-r--r--include/items.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/items.php b/include/items.php
index 133d1299b..483540f46 100644
--- a/include/items.php
+++ b/include/items.php
@@ -1061,7 +1061,7 @@ function new_follower($importer,$contact,$datarray,$item) {
$res = mail($r[0]['email'],
t("You have a new follower at ") . $a->config['sitename'],
$email,
- 'From: ' . t('Administrator') . '@' . $_SERVER[SERVER_NAME] );
+ 'From: ' . t('Administrator') . '@' . $_SERVER['SERVER_NAME'] );
}
}