diff --git a/gestion/resultats_votation.php b/gestion/resultats_votation.php index 11951ea..6099269 100644 --- a/gestion/resultats_votation.php +++ b/gestion/resultats_votation.php @@ -30,7 +30,7 @@ if (empty($idVotation)) }else { $db = new db(); - $db->resultats(); + $db->resultats($idVotation); $listeVotants = $db->liste_votants(); foreach($listeVotants as $votant) {