http://www.mediawiki.org/wiki/Special:Code/MediaWiki/90844

Revision: 90844
Author:   reedy
Date:     2011-06-26 19:20:14 +0000 (Sun, 26 Jun 2011)
Log Message:
-----------
Followup r90839, de-capitali[sz]e api parameter

Modified Paths:
--------------
    trunk/phase3/includes/specials/SpecialContributions.php

Modified: trunk/phase3/includes/specials/SpecialContributions.php
===================================================================
--- trunk/phase3/includes/specials/SpecialContributions.php     2011-06-26 
19:16:04 UTC (rev 90843)
+++ trunk/phase3/includes/specials/SpecialContributions.php     2011-06-26 
19:20:14 UTC (rev 90844)
@@ -129,7 +129,7 @@
                                $apiParams['showsizediff'] = true;
                        }
                        if ( $this->opts['deletedOnly'] ) {
-                               $apiParams['deletedOnly'] = true;
+                               $apiParams['deletedonly'] = true;
                        }
                        if ( $this->opts['tagFilter'] !== '' ) {
                                $apiParams['tagfilter'] = 
$this->opts['tagFilter'];


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

Reply via email to