Followup r99102: revert r88026 too, otherwise the dropdown is visible but not functional
authorRoan Kattouw <catrope@users.mediawiki.org>
Thu, 6 Oct 2011 13:48:54 +0000 (13:48 +0000)
committerRoan Kattouw <catrope@users.mediawiki.org>
Thu, 6 Oct 2011 13:48:54 +0000 (13:48 +0000)
includes/specials/SpecialContributions.php

index 0593399..e88f58b 100644 (file)
@@ -524,8 +524,7 @@ class ContribsPager extends ReverseChronologicalPager {
        }
 
        function getNamespaceCond() {
-               global $wgMiserMode;
-               if( $this->namespace !== '' && !$wgMiserMode ) {
+               if( $this->namespace !== '' ) {
                        return array( 'page_namespace' => (int)$this->namespace );
                } else {
                        return array();