http://www.mediawiki.org/wiki/Special:Code/MediaWiki/90839
Revision: 90839
Author: raymond
Date: 2011-06-26 17:36:39 +0000 (Sun, 26 Jun 2011)
Log Message:
-----------
Followup r90775: Fix PHP Notice: Undefined index: deletedonly in
/www/w/includes/specials/SpecialContributions.php on line 131
Modified Paths:
--------------
trunk/phase3/includes/specials/SpecialContributions.php
Modified: trunk/phase3/includes/specials/SpecialContributions.php
===================================================================
--- trunk/phase3/includes/specials/SpecialContributions.php 2011-06-26
17:33:58 UTC (rev 90838)
+++ trunk/phase3/includes/specials/SpecialContributions.php 2011-06-26
17:36:39 UTC (rev 90839)
@@ -128,8 +128,8 @@
if ( $this->opts['showSizeDiff'] ) {
$apiParams['showsizediff'] = true;
}
- if ( $this->opts['deletedonly'] ) {
- $apiParams['deletedonly'] = true;
+ if ( $this->opts['deletedOnly'] ) {
+ $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