Skip to content

Commit

Permalink
Update actions_sendmails.inc.php
Browse files Browse the repository at this point in the history
  • Loading branch information
frederic34 committed Mar 27, 2018
1 parent 2e296b3 commit 77fb736
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/core/actions_sendmails.inc.php
Expand Up @@ -385,7 +385,7 @@

if ($mailfile->error)
{
setEventMessage($mailfile->error, 'errors');
setEventMessages($mailfile->error, $mailfile->errors, 'errors');
$action='presend';
}
else
Expand Down

0 comments on commit 77fb736

Please sign in to comment.