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

Getting vote tallying to work.

parent 9077dc62
No related branches found
Tags
No related merge requests found
......@@ -61,6 +61,6 @@ class ApproverVotes extends Nmc_Db_Table
$where[] = $db->quoteInto('request=?', $request->getPrimaryKey());
$where[] = $db->quoteInto('approvalAction=?', $action->getPrimaryKey());
$where = implode(' AND ', $where);
return $this->fetchRow($where);
return $this->fetchAll($where);
}
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment