Best fix of cancel edit line
This commit is contained in:
parent
c62a2fb97e
commit
7915021495
@ -117,8 +117,8 @@ if (empty($reshook))
|
||||
header("Location: ".$urltogo);
|
||||
exit;
|
||||
}
|
||||
else {
|
||||
header('Location: ' . $_SERVER['PHP_SELF'] . '?id=' . $id); // Pour reaffichage de la fiche en cours d'edition
|
||||
else {
|
||||
header('Location: ' . $_SERVER['PHP_SELF'] . '?id=' . $id);
|
||||
exit();
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user