From 15a827547f62c00490fed9407baf6687ce22fb62 Mon Sep 17 00:00:00 2001 From: Aaron Schulz Date: Tue, 13 May 2008 21:31:30 +0000 Subject: [PATCH] Silly typo --- includes/SpecialRecentchanges.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.20.1