code syntax

This commit is contained in:
Frédéric FRANCE 2021-01-12 23:30:59 +01:00 committed by GitHub
parent a7c78c2f60
commit cf24fd5d85
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -399,7 +399,6 @@ if (($action == 'send' || $action == 'relance') && !$_POST['addfile'] && !$_POST
$error++; $error++;
} }
// End call triggers // End call triggers
if ($error) { if ($error) {
setEventMessages($object->error, $object->errors, 'errors'); setEventMessages($object->error, $object->errors, 'errors');
} }