Skip to content
Snippets Groups Projects
Commit d4ca5702 authored by Tim Steiner's avatar Tim Steiner
Browse files

Display the vote result in the UCC summary report.

parent 2cb5feaf
No related branches found
No related tags found
No related merge requests found
......@@ -101,7 +101,7 @@ class Ucc_ReportsController extends App_Controller_Action
}
}
if ($voteCount < 7 || array_key_exists('Table', $voteTally)) {
if ($voteCount < 7 || $voteTally['Table'] >= 2) {
$voteResult = 'Table';
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment