Answers with the same voting score are not shown
Bug #1011595 reported by
Kiran Hampal
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
elementaryweb |
Fix Committed
|
High
|
Unassigned |
Bug Description
On the new system.
The offending code appears to be this:
$answers = array();
$solution = array();
foreach(
if($answer-
$solution[] = $answer;
} else {
// This appears to be the problem due to the same key
$answers[
}
}
krsort($answers);
Changed in elementaryweb: | |
status: | New → Won't Fix |
importance: | Undecided → High |
milestone: | none → 2.0-alpha |
description: | updated |
Changed in elementaryweb: | |
status: | Won't Fix → Confirmed |
Changed in elementaryweb: | |
assignee: | nobody → Aiden Cott (aidenc) |
status: | Confirmed → In Progress |
Changed in elementaryweb: | |
status: | In Progress → Fix Committed |
To post a comment you must log in.