diff --git a/gestionsite/saisieVotes.php b/gestionsite/saisieVotes.php
index 22c8fda..6a4b90a 100644
--- a/gestionsite/saisieVotes.php
+++ b/gestionsite/saisieVotes.php
@@ -23,8 +23,11 @@ if (!empty($idVotation))
$votationName = queryVotationName($db, $idVotation);
}elseif (array_key_exists("idVotation", $GLOBALS))
{
- $idVotation = $GLOBALS["idVotation"];
- $votationName = queryVotationName($db, $idVotation);
+ if (!empty($GLOBALS["idVotation"]))
+ {
+ $idVotation = $GLOBALS["idVotation"];
+ $votationName = queryVotationName($db, $idVotation);
+ }
}
print('