Wikia code/includes/api/ApiQueryDeletedrevs.php

< Wikia code‎ | includes‎ | api
--- D:\Programming\SVN\mediawiki\branches\REL1_16\phase3\includes\api\ApiQueryDeletedrevs.php	2011-07-18 22:31:07.013671900 +0100
+++ D:\Programming\SVN\wikia\trunk\includes\api\ApiQueryDeletedrevs.php	2011-08-17 15:28:14.227539100 +0100
@@ -106,7 +106,7 @@
 
 		if ( $limit == 'max' ) {
 			$limit = $this->getMain()->canApiHighLimits() ? $botMax : $userMax;
-			$this->getResult()->addValue( 'limits', $this->getModuleName(), $limit );
+			$this->getResult()->setParsedLimit( $this->getModuleName(), $limit );
 		}
 
 		$this->validateLimit( 'limit', $limit, 1, $userMax, $botMax );