https://www.mediawiki.org/wiki/Special:Code/MediaWiki/112738

Revision: 112738
Author:   reedy
Date:     2012-02-29 23:28:56 +0000 (Wed, 29 Feb 2012)
Log Message:
-----------
Do r112737 to 1.18wmf1 incase we end up needing to go back

Modified Paths:
--------------
    
branches/wmf/1.18wmf1/extensions/ArticleFeedbackv5/api/ApiViewRatingsArticleFeedbackv5.php

Modified: 
branches/wmf/1.18wmf1/extensions/ArticleFeedbackv5/api/ApiViewRatingsArticleFeedbackv5.php
===================================================================
--- 
branches/wmf/1.18wmf1/extensions/ArticleFeedbackv5/api/ApiViewRatingsArticleFeedbackv5.php
  2012-02-29 23:25:00 UTC (rev 112737)
+++ 
branches/wmf/1.18wmf1/extensions/ArticleFeedbackv5/api/ApiViewRatingsArticleFeedbackv5.php
  2012-02-29 23:28:56 UTC (rev 112738)
@@ -56,11 +56,9 @@
         * Pulls a rollup row
         *
         * @param  $pageId        int    the page id
-        * @param  $revisionLimit int    go back only to this revision
-        * @param  $type          string the type of row to fetch ('page' or 
'revision')
         * @return array          the rollup rows
         */
-       private function fetchRollup( $pageId, $revisionLimit, $type ) {
+       private function fetchRollup( $pageId ) {
                $dbr    = wfGetDB( DB_SLAVE );
                $where  = array();
                $table  = 'article_feedback_ratings_rollup';


_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to