Index: branches/wmf/1.18wmf1/includes/specials/SpecialContributions.php |
— | — | @@ -528,8 +528,7 @@ |
529 | 529 | } |
530 | 530 | |
531 | 531 | function getNamespaceCond() { |
532 | | - global $wgMiserMode; |
533 | | - if( $this->namespace !== '' && !$wgMiserMode ) { |
| 532 | + if( $this->namespace !== '' ) { |
534 | 533 | return array( 'page_namespace' => (int)$this->namespace ); |
535 | 534 | } else { |
536 | 535 | return array(); |