From 5625fd098391163f43e7a604872b4612f7b57f0c Mon Sep 17 00:00:00 2001 From: Tim Starling Date: Fri, 23 Jun 2006 09:11:16 +0000 Subject: [PATCH] Accidentally left fix commented out after testing --- includes/SpecialContributions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/SpecialContributions.php b/includes/SpecialContributions.php index 8fe1f66631..c01b40d011 100644 --- a/includes/SpecialContributions.php +++ b/includes/SpecialContributions.php @@ -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'] = ''; -- 2.20.1