1
0
This commit is contained in:
Daniel Tartavel 2022-09-23 21:55:15 +02:00
parent 51d2790670
commit b5557f70ed

View File

@ -43,7 +43,7 @@ class schulze
$votes = array_flip($v); $votes = array_flip($v);
foreach($votes as $vote) foreach($votes as $vote)
{ {
$vote["vote"] = explode("/", $vote["vote"]); $vote = explode("/", $vote);
} }
} }