r99105 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r99104‎ | r99105 | r99106 >
Date:13:49, 6 October 2011
Author:catrope
Status:ok (Comments)
Tags:
Comment:
1.18wmf1: MFT r99104
Modified paths:
  • /branches/wmf/1.18wmf1/includes/specials/SpecialContributions.php (modified) (history)

Diff [purge]

Index: branches/wmf/1.18wmf1/includes/specials/SpecialContributions.php
@@ -528,8 +528,7 @@
529529 }
530530
531531 function getNamespaceCond() {
532 - global $wgMiserMode;
533 - if( $this->namespace !== '' && !$wgMiserMode ) {
 532+ if( $this->namespace !== '' ) {
534533 return array( 'page_namespace' => (int)$this->namespace );
535534 } else {
536535 return array();

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r99104Followup r99102: revert r88026 too, otherwise the dropdown is visible but not...catrope13:48, 6 October 2011

Comments

#Comment by Midom (talk | contribs)   13:50, 6 October 2011

...

Status & tagging log