Skip to content

Commit

Permalink
Fix multiplier calculation
Browse files Browse the repository at this point in the history
  • Loading branch information
benthemonkey committed Mar 14, 2016
1 parent 151c636 commit 764c4a2
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 @@ -807,7 +807,7 @@ public function getMultipliers()

// Subtract from multiplier all quarters spent away
if (array_key_exists($slivkans[$s]['nu_email'], $absences)) {
$q_total -= $absences[$slivkans];
$q_total -= $absences[$slivkans[$s]['nu_email']];
}

// give multiplier for current qtr if it isnt housing
Expand Down

0 comments on commit 764c4a2

Please sign in to comment.