Index: trunk/extensions/ArticleFeedbackv5/api/ApiViewRatingsArticleFeedbackv5.php |
— | — | @@ -46,7 +46,7 @@ |
47 | 47 | 'ratingdesc' => $row->field_name, |
48 | 48 | 'ratingid' => (int) $row->field_id, |
49 | 49 | 'total' => (int) $row->arr_total, |
50 | | - 'count' => (int) $row->add_count, |
| 50 | + 'count' => (int) $row->arr_count, |
51 | 51 | ); |
52 | 52 | } |
53 | 53 | $result->addValue( $result_path, 'rollup', $info ); |