Index: trunk/phase3/includes/SpecialContributions.php |
— | — | @@ -199,7 +199,7 @@ |
200 | 200 | $finder->setOffset( $options['offset'] ); |
201 | 201 | |
202 | 202 | if ( ( $ns = $wgRequest->getVal( 'namespace', null ) ) !== null && $ns !== '' ) { |
203 | | - #$options['namespace'] = intval( $ns ); |
| 203 | + $options['namespace'] = intval( $ns ); |
204 | 204 | $finder->setNamespace( $options['namespace'] ); |
205 | 205 | } else { |
206 | 206 | $options['namespace'] = ''; |