r14929 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r14928‎ | r14929 | r14930 >
Date:09:11, 23 June 2006
Author:tstarling
Status:old
Tags:
Comment:
Accidentally left fix commented out after testing
Modified paths:
  • /trunk/phase3/includes/SpecialContributions.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/SpecialContributions.php
@@ -199,7 +199,7 @@
200200 $finder->setOffset( $options['offset'] );
201201
202202 if ( ( $ns = $wgRequest->getVal( 'namespace', null ) ) !== null && $ns !== '' ) {
203 - #$options['namespace'] = intval( $ns );
 203+ $options['namespace'] = intval( $ns );
204204 $finder->setNamespace( $options['namespace'] );
205205 } else {
206206 $options['namespace'] = '';