diff --git a/gestion/saisieCandidats.php b/gestion/saisieCandidats.php index 88316ab..604b8ed 100644 --- a/gestion/saisieCandidats.php +++ b/gestion/saisieCandidats.php @@ -16,7 +16,7 @@ if (!empty($candidat)) { $query = "INSERT INTO liste_candidats VALUES (0, " . $db->protect($idVotation) . ", " . $db->protect($idVote) . ",'" . $db->protect($libelle) . "', '". $db->protect($candidat) . "')"; $db->query($query); - header("Location: " . $$base_url . "/" . $path , TRUE, 301); + header("Location: " . $base_url . "/" . $path , TRUE, 301); return; }else {