Fix reset pasword
This commit is contained in:
parent
4fde6298a7
commit
6d53605ddc
|
@ -28,7 +28,7 @@ switch (post('op')) {
|
||||||
|
|
||||||
$template = Template::get('Reset password');
|
$template = Template::get('Reset password');
|
||||||
|
|
||||||
$mail = Mail::build($user, $template, $utente->id);
|
$mail = Mail::build($utente, $template, $utente->id);
|
||||||
$mail->addReceiver($utente->email);
|
$mail->addReceiver($utente->email);
|
||||||
$mail->save();
|
$mail->save();
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue