Category namespaces
authorMagnus Manske <magnusmanske@users.mediawiki.org>
Tue, 20 Apr 2004 21:33:03 +0000 (21:33 +0000)
committerMagnus Manske <magnusmanske@users.mediawiki.org>
Tue, 20 Apr 2004 21:33:03 +0000 (21:33 +0000)
includes/Namespace.php

index a989e90..a619b82 100644 (file)
@@ -73,7 +73,7 @@ class Namespace {
                if ( NS_TALK == $index || NS_USER_TALK == $index || NS_WP_TALK
        == $index || NS_IMAGE_TALK == $index || NS_MEDIAWIKI_TALK == $index ||
        NS_TEMPLATE_TALK == $index || NS_HELP_TALK == $index ||
-       NS_CATEGORY_TALK ) {
+       NS_CATEGORY_TALK == $index ) {
                        return true;
                }
                return false;