From ad95504075faef106a9e5b865aec3426d35eb354 Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Tue, 4 Apr 2006 23:57:01 +0000 Subject: [PATCH] Fix typo that spews notice crap all over the watchlist --- includes/SpecialWatchlist.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/SpecialWatchlist.php b/includes/SpecialWatchlist.php index e09eeaf722..007d10aac6 100644 --- a/includes/SpecialWatchlist.php +++ b/includes/SpecialWatchlist.php @@ -37,7 +37,7 @@ function wfSpecialWatchlist( $par ) { /* float */ 'days' => 3.0, /* or 0.5, watch further below */ /* bool */ 'hideOwn' => false, /* bool */ 'hideBots' => false, - 'nameSpace' => 'all', + 'namespace' => 'all', ); extract($defaults); -- 2.20.1