Index: trunk/phase3/includes/specials/SpecialContributions.php |
— | — | @@ -605,7 +605,8 @@ |
606 | 606 | } |
607 | 607 | |
608 | 608 | function getNamespaceCond() { |
609 | | - if( $this->namespace !== '' ) { |
| 609 | + global $wgMiserMode; |
| 610 | + if( $this->namespace !== '' && !$wgMiserMode ) { |
610 | 611 | return array( 'page_namespace' => (int)$this->namespace ); |
611 | 612 | } else { |
612 | 613 | return array(); |