Merge branch 'bug-1391'

bug-1396
Benny Baumann 9 years ago
commit 2cbb6d9c9c

@ -126,8 +126,7 @@ class Default_Model_User {
$row = $this->db->query($query, $query_params)->fetch();
if ($row['total'] === null) $row['total'] = 0;
$this->points += ($row['total'] > 25) ? 50 : $row['total'] * 2;
$this->points += ($row['total'] > 25) ? 50 : 2 * $row['total'];
}
/**

Loading…
Cancel
Save