Skip to content
Snippets Groups Projects
Commit 0ab22e23 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Fix: EMail destinataire et émetteur inversé dans le message de confirmation

parent 2f028895
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment