Update actions_sendmails.inc.php

This commit is contained in:
Frédéric FRANCE 2018-03-27 11:17:40 +02:00 committed by GitHub
parent 2e296b3475
commit 77fb736ee2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -385,7 +385,7 @@ if (($action == 'send' || $action == 'relance') && ! $_POST['addfile'] && ! $_PO
if ($mailfile->error)
{
setEventMessage($mailfile->error, 'errors');
setEventMessages($mailfile->error, $mailfile->errors, 'errors');
$action='presend';
}
else