Accidentally left fix commented out after testing
authorTim Starling <tstarling@users.mediawiki.org>
Fri, 23 Jun 2006 09:11:16 +0000 (09:11 +0000)
committerTim Starling <tstarling@users.mediawiki.org>
Fri, 23 Jun 2006 09:11:16 +0000 (09:11 +0000)
includes/SpecialContributions.php

index 8fe1f66..c01b40d 100644 (file)
@@ -199,7 +199,7 @@ function wfSpecialContributions( $par = null ) {
        $finder->setOffset( $options['offset'] );
 
        if ( ( $ns = $wgRequest->getVal( 'namespace', null ) ) !== null && $ns !== '' ) {
-               #$options['namespace'] = intval( $ns );
+               $options['namespace'] = intval( $ns );
                $finder->setNamespace( $options['namespace'] );
        } else {
                $options['namespace'] = '';