Index: branches/wmf/1.18wmf1/extensions/ArticleFeedbackv5/api/ApiViewRatingsArticleFeedbackv5.php |
— | — | @@ -56,11 +56,9 @@ |
57 | 57 | * Pulls a rollup row |
58 | 58 | * |
59 | 59 | * @param $pageId int the page id |
60 | | - * @param $revisionLimit int go back only to this revision |
61 | | - * @param $type string the type of row to fetch ('page' or 'revision') |
62 | 60 | * @return array the rollup rows |
63 | 61 | */ |
64 | | - private function fetchRollup( $pageId, $revisionLimit, $type ) { |
| 62 | + private function fetchRollup( $pageId ) { |
65 | 63 | $dbr = wfGetDB( DB_SLAVE ); |
66 | 64 | $where = array(); |
67 | 65 | $table = 'article_feedback_ratings_rollup'; |