fix remove error dispplaying

This commit is contained in:
florian HENRY 2019-09-27 20:15:11 +02:00
parent 885d958e63
commit f1d098adcc

View File

@ -475,6 +475,9 @@ else
// Si edition contact deja existant
$object = new Contact($db);
$res=$object->fetch($id, $user);
if ($res<0) {
setEventMessage($this->error,'errors');
}
// Show tabs
$head = contact_prepare_head($object);