Fix typo that spews notice crap all over the watchlist
authorBrion Vibber <brion@users.mediawiki.org>
Tue, 4 Apr 2006 23:57:01 +0000 (23:57 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Tue, 4 Apr 2006 23:57:01 +0000 (23:57 +0000)
includes/SpecialWatchlist.php

index e09eeaf..007d10a 100644 (file)
@@ -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);