From: Aaron Schulz Date: Tue, 13 May 2008 21:31:30 +0000 (+0000) Subject: Silly typo X-Git-Tag: 1.31.0-rc.0~47651 X-Git-Url: http://git.cyclocoop.org/%22.%28%24lien.?a=commitdiff_plain;h=15a827547f62c00490fed9407baf6687ce22fb62;p=lhc%2Fweb%2Fwiklou.git Silly typo --- diff --git a/includes/SpecialRecentchanges.php b/includes/SpecialRecentchanges.php index 32cf97200e..0d8502df88 100644 --- a/includes/SpecialRecentchanges.php +++ b/includes/SpecialRecentchanges.php @@ -167,7 +167,7 @@ function wfSpecialRecentchanges( $par, $specialPage ) { } # Namespace filtering - $hidem = is_null($namespace) ? '' : ' AND rc_namespace' . ($invert ? '!=' : '=') . $namespace; + $hidem .= is_null($namespace) ? '' : ' AND rc_namespace' . ($invert ? '!=' : '=') . $namespace; // Is there either one namespace selected or excluded? // Also, if this is "all" or main namespace, just use timestamp index.