From b7ab46953bdb1143483f405bd5c1ff8796ee3ab4 Mon Sep 17 00:00:00 2001 From: Raimond Spekking Date: Fri, 20 Apr 2007 15:40:07 +0000 Subject: [PATCH] per default (all) instead of (Main) namespace, per hint of Brion --- includes/SpecialContributions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/SpecialContributions.php b/includes/SpecialContributions.php index bbdec44e7d..4812a410f9 100644 --- a/includes/SpecialContributions.php +++ b/includes/SpecialContributions.php @@ -398,7 +398,7 @@ function contributionsForm( $options ) { } if ( !isset( $options['namespace'] ) ) { - $options['namespace'] = 0; + $options['namespace'] = ''; } if ( !isset( $options['contribs'] ) ) { -- 2.20.1