Fix reset pasword

This commit is contained in:
Matteo 2020-06-19 17:04:05 +02:00 committed by GitHub
parent 4fde6298a7
commit 6d53605ddc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ switch (post('op')) {
$template = Template::get('Reset password');
$mail = Mail::build($user, $template, $utente->id);
$mail = Mail::build($utente, $template, $utente->id);
$mail->addReceiver($utente->email);
$mail->save();