Best fix of cancel edit line

This commit is contained in:
Juanjo Menent 2016-12-11 15:23:07 +01:00
parent c62a2fb97e
commit 7915021495

View File

@ -117,8 +117,8 @@ if (empty($reshook))
header("Location: ".$urltogo); header("Location: ".$urltogo);
exit; exit;
} }
else { else {
header('Location: ' . $_SERVER['PHP_SELF'] . '?id=' . $id); // Pour reaffichage de la fiche en cours d'edition header('Location: ' . $_SERVER['PHP_SELF'] . '?id=' . $id);
exit(); exit();
} }
} }