Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
benthemonkey committed Mar 11, 2015
1 parent 11cad6d commit 3f02b86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ajax/PointsCenter.php
Original file line number Diff line number Diff line change
Expand Up @@ -883,7 +883,7 @@ public function getRankings()

$rankings[$i]['total'] = $sum;
$rankings[$i]['total_w_mult'] = $sum * $rankings[$i]['mult'];
$rankings[$i]['abstains'] = in_array($rankings[$i]['nu_email'], $abstentions);# ||
$rankings[$i]['abstains'] = in_array($rankings[$i]['nu_email'], $abstentions) ||
$rankings[$i]['total'] < $minimum;
}

Expand Down

0 comments on commit 3f02b86

Please sign in to comment.