From a2246b1465b8397c17c92fe32ef6507da1fe0ad4 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 30 Apr 2012 15:03:58 +0200 Subject: [PATCH] Checkstyle --- htdocs/admin/mails.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/admin/mails.php b/htdocs/admin/mails.php index 0d0f373ab7f..0ae433f0e72 100644 --- a/htdocs/admin/mails.php +++ b/htdocs/admin/mails.php @@ -210,7 +210,7 @@ if (($action == 'send' || $action == 'sendhtml') && ! $_POST['addfile'] && ! $_P $body=make_substitutions($body,$substitutionarrayfortest); require_once(DOL_DOCUMENT_ROOT."/core/class/CMailFile.class.php"); - $mailfile = new CMailFile( + $mailfile = new CMailFile( $subject, $sendto, $email_from,