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

@ -118,7 +118,7 @@ if (empty($reshook))
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();
} }
} }