From 6d53605ddc9809791c7fde07d29afdc3620fd254 Mon Sep 17 00:00:00 2001 From: Matteo Date: Fri, 19 Jun 2020 17:04:05 +0200 Subject: [PATCH] Fix reset pasword --- reset.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reset.php b/reset.php index e0c48828f..70889eb57 100755 --- a/reset.php +++ b/reset.php @@ -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();