From: Brion Vibber Date: Tue, 4 Apr 2006 23:57:01 +0000 (+0000) Subject: Fix typo that spews notice crap all over the watchlist X-Git-Tag: 1.6.0~16 X-Git-Url: http://git.cyclocoop.org/%22%20.%20generer_url_ecrire%28%22auteur_infos%22%2C%20%22id_auteur=%24id%22%29%20.%20%22?a=commitdiff_plain;h=ad95504075faef106a9e5b865aec3426d35eb354;p=lhc%2Fweb%2Fwiklou.git Fix typo that spews notice crap all over the watchlist --- 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);