Index: trunk/extensions/ArticleFeedbackv5/api/ApiArticleFeedbackv5.php |
— | — | @@ -231,7 +231,6 @@ |
232 | 232 | $this->updateRollupRow( $pageId, $revId, $type, $row ); |
233 | 233 | } |
234 | 234 | } |
235 | | - |
236 | 235 | } |
237 | 236 | |
238 | 237 | /** |
— | — | @@ -342,7 +341,7 @@ |
343 | 342 | 'aft_article_revision_feedback_ratings_rollup', |
344 | 343 | array( |
345 | 344 | "afrr_total = afrr_total + $value", |
346 | | - "afrr_total = afrr_count + 1", |
| 345 | + "afrr_count = afrr_count + 1", |
347 | 346 | ), |
348 | 347 | array( |
349 | 348 | 'afrr_page_id' => $pageId, |