Fix: EMail destinataire et metteur invers dans le message de confirmation
This commit is contained in:
parent
2f02889511
commit
0ab22e2357
@ -395,7 +395,7 @@ if ($_POST["action"] == 'send' || $_POST["action"] == 'relance')
|
||||
|
||||
if ( $mailfile->sendfile() )
|
||||
{
|
||||
$msg='<div class="ok">'.$langs->trans("MailSuccessfulySent",$sendto,$from).'.</div>';
|
||||
$msg='<div class="ok">'.$langs->trans("MailSuccessfulySent",$from,$sendto).'.</div>';
|
||||
|
||||
$sendto = htmlentities($sendto);
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user