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

It takes two to table.

parent 4077ebd3
No related branches found
Tags
No related merge requests found
...@@ -70,7 +70,7 @@ class Requests_ApprovalActionVoteModel extends Requests_ApprovalActionQueueModel ...@@ -70,7 +70,7 @@ class Requests_ApprovalActionVoteModel extends Requests_ApprovalActionQueueModel
foreach ($votes as $vote) { foreach ($votes as $vote) {
$voteTally[$vote['vote']]++; $voteTally[$vote['vote']]++;
} }
if ($voteTally['Table']) { if ($voteTally['Table'] >= 2) {
$request->setState('Table'); $request->setState('Table');
continue; continue;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment