1
0
This commit is contained in:
2022-09-15 20:02:44 +02:00
parent f8549abcf9
commit 5d1148c7c8
3 changed files with 4 additions and 4 deletions

View File

@ -19,7 +19,7 @@ if (empty($idVotation))
{
if (array_key_exists("idVotation", $GLOBALS))
{
$idVotation == $GLOBALS["idVotation"];
$idVotation = $GLOBALS["idVotation"];
}else
{
choixVotation($path);