* addon to previous
[lhc/web/wiklou.git] / includes / specials / SpecialContributions.php
index 39e84a3..be0aff3 100644 (file)
@@ -605,7 +605,8 @@ class ContribsPager extends ReverseChronologicalPager {
        }
 
        function getNamespaceCond() {
-               if( $this->namespace !== '' ) {
+               global $wgMiserMode;
+               if( $this->namespace !== '' && !$wgMiserMode ) {
                        return array( 'page_namespace' => (int)$this->namespace );
                } else {
                        return array();