mirror of
https://github.com/friendica/friendica
synced 2025-01-20 19:39:58 +00:00
Indentation fix
errant indentation change
This commit is contained in:
parent
1726ededac
commit
69fd3c60b0
1 changed files with 7 additions and 7 deletions
|
@ -1043,7 +1043,7 @@ function item_post(App $a) {
|
||||||
'replyTo' => $a->user['email'],
|
'replyTo' => $a->user['email'],
|
||||||
'messageSubject' => $subject,
|
'messageSubject' => $subject,
|
||||||
'htmlVersion' => $message,
|
'htmlVersion' => $message,
|
||||||
'textVersion' => html2plain($html.$disclaimer),
|
'textVersion' => html2plain($html.$disclaimer)
|
||||||
);
|
);
|
||||||
Emailer::send($params);
|
Emailer::send($params);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue