mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-08 11:14:31 +02:00
lint
This commit is contained in:
parent
d825db3649
commit
9e35fb26f7
5 changed files with 8 additions and 9 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue