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

Revision: 99104
Author:   catrope
Date:     2011-10-06 13:48:54 +0000 (Thu, 06 Oct 2011)
Log Message:
-----------
Followup r99102: revert r88026 too, otherwise the dropdown is visible but not 
functional

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

Modified: trunk/phase3/includes/specials/SpecialContributions.php
===================================================================
--- trunk/phase3/includes/specials/SpecialContributions.php     2011-10-06 
13:45:44 UTC (rev 99103)
+++ trunk/phase3/includes/specials/SpecialContributions.php     2011-10-06 
13:48:54 UTC (rev 99104)
@@ -524,8 +524,7 @@
        }
 
        function getNamespaceCond() {
-               global $wgMiserMode;
-               if( $this->namespace !== '' && !$wgMiserMode ) {
+               if( $this->namespace !== '' ) {
                        return array( 'page_namespace' => (int)$this->namespace 
);
                } else {
                        return array();


_______________________________________________
MediaWiki-CVS mailing list
MediaWiki-CVS@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to