mirror of
https://github.com/friendica/friendica
synced 2025-04-25 19:10:11 +00:00
Fix indents
This commit is contained in:
parent
6700467ed4
commit
262c94f12f
5 changed files with 38 additions and 37 deletions
|
@ -65,11 +65,11 @@ function lostpass_post(App $a)
|
|||
Login Name: %3$s', $resetlink, DI::baseUrl(), $user['nickname']));
|
||||
|
||||
$email = DI::emailer()
|
||||
->newSystemMail((!empty($user['language'])) ? DI::l10n()->withLang($user['language']) : DI::l10n())
|
||||
->withMessage(DI::l10n()->t('Password reset requested at %s', $sitename), $preamble, $body)
|
||||
->forUser($user['uid'] ?? 0)
|
||||
->withRecipient($user['email'])
|
||||
->build();
|
||||
->newSystemMail((!empty($user['language'])) ? DI::l10n()->withLang($user['language']) : DI::l10n())
|
||||
->withMessage(DI::l10n()->t('Password reset requested at %s', $sitename), $preamble, $body)
|
||||
->forUser($user['uid'] ?? 0)
|
||||
->withRecipient($user['email'])
|
||||
->build();
|
||||
|
||||
DI::emailer()->send($email);
|
||||
DI::baseUrl()->redirect();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue