This commit is contained in:
Friendika 2010-11-07 17:29:30 -08:00
parent d825db3649
commit 9e35fb26f7
5 changed files with 8 additions and 9 deletions

View file

@ -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'] );
}
}