Index: trunk/extensions/ArticleFeedback/api/ApiQueryArticleFeedback.php |
— | — | @@ -48,7 +48,7 @@ |
49 | 49 | 'total' => (int) $row->aap_total, |
50 | 50 | 'count' => (int) $row->aap_count, |
51 | 51 | 'countall' => isset( $historicCounts[$row->aap_rating_id] ) |
52 | | - ? $historicCounts[$row->aap_rating_id] + 100 : 0 |
| 52 | + ? $historicCounts[$row->aap_rating_id] : 0 |
53 | 53 | ); |
54 | 54 | } |
55 | 55 | |