Silly typo
authorAaron Schulz <aaron@users.mediawiki.org>
Tue, 13 May 2008 21:31:30 +0000 (21:31 +0000)
committerAaron Schulz <aaron@users.mediawiki.org>
Tue, 13 May 2008 21:31:30 +0000 (21:31 +0000)
includes/SpecialRecentchanges.php

index 32cf972..0d8502d 100644 (file)
@@ -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.