From 8cade7843d675e800803605a2180960bcb6712db Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Wed, 23 Sep 2009 18:10:38 +0000 Subject: [PATCH] Fix: use errors_to in mailing test --- htdocs/comm/mailing/fiche.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/comm/mailing/fiche.php b/htdocs/comm/mailing/fiche.php index 44d0f991659..19ab524faec 100644 --- a/htdocs/comm/mailing/fiche.php +++ b/htdocs/comm/mailing/fiche.php @@ -304,7 +304,7 @@ if ($_POST["action"] == 'send' && empty($_POST["cancel"])) $mil->body=make_substitutions($mil->body,$substitutionarrayfortest); $mailfile = new CMailFile($mil->sujet,$mil->sendto,$mil->email_from,$mil->body, - $arr_file,$arr_mime,$arr_name,'', '', 0, $msgishtml,'',$arr_css); + $arr_file,$arr_mime,$arr_name,'', '', 0, $msgishtml,$mil->email_errorsto,$arr_css); $result=$mailfile->sendfile(); if ($result)