From: Roan Kattouw Date: Thu, 6 Oct 2011 13:48:54 +0000 (+0000) Subject: Followup r99102: revert r88026 too, otherwise the dropdown is visible but not functional X-Git-Tag: 1.31.0-rc.0~27230 X-Git-Url: https://git.cyclocoop.org/%27.%24link.%27?a=commitdiff_plain;h=853a4c567353c63c61a5db0dced4625a6ff92c42;p=lhc%2Fweb%2Fwiklou.git Followup r99102: revert r88026 too, otherwise the dropdown is visible but not functional --- diff --git a/includes/specials/SpecialContributions.php b/includes/specials/SpecialContributions.php index 0593399b27..e88f58b2cc 100644 --- a/includes/specials/SpecialContributions.php +++ b/includes/specials/SpecialContributions.php @@ -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();