1
0
This commit is contained in:
Daniel Tartavel 2022-09-23 21:34:28 +02:00
parent 9e8c68fc01
commit 26bf1baa81

View File

@ -40,6 +40,7 @@ class schulze
function votify(&$votes) function votify(&$votes)
{ {
array_flip($vote);
foreach($votes as $vote) foreach($votes as $vote)
{ {
$vote["vote"] = explode("/", $vote["vote"]); $vote["vote"] = explode("/", $vote["vote"]);