Update contact.php

This commit is contained in:
Laurent Destailleur 2021-04-16 20:15:00 +02:00 committed by GitHub
parent bd5c03f1a0
commit fbf7b21c29
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -88,7 +88,7 @@ if ($action == 'addcontact' && $user->rights->commande->creer) {
header("Location: ".$_SERVER['PHP_SELF']."?id=".$object->id);
exit;
} else {
etEventMessages($object->error, $object->errors, 'errors');
setEventMessages($object->error, $object->errors, 'errors');
}
}
/*