1
0
This commit is contained in:
2022-09-19 12:59:40 +02:00
parent eaf5330e23
commit e7a4ea6b25
3 changed files with 3 additions and 3 deletions

View File

@ -23,7 +23,7 @@ if (array_key_exists("idVotation", $GLOBALS) and empty($idVotation))
if (empty($idVotation))
{
choixVotation($path, 1, false);
choixVotation($path, 0, false);
}else
{
$method = getpost("method");