mirror of
https://github.com/friendica/friendica
synced 2025-04-27 10:30:10 +00:00
lint
This commit is contained in:
parent
d825db3649
commit
9e35fb26f7
5 changed files with 8 additions and 9 deletions
|
@ -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'] );
|
||||
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue