test
This commit is contained in:
parent
51d2790670
commit
b5557f70ed
@ -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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user