From 071cae1ad4ca0044859fdb381cffcada56ea2e32 Mon Sep 17 00:00:00 2001 From: Magnus Manske Date: Tue, 20 Apr 2004 21:33:03 +0000 Subject: [PATCH] Category namespaces --- includes/Namespace.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/Namespace.php b/includes/Namespace.php index a989e908ae..a619b82561 100644 --- a/includes/Namespace.php +++ b/includes/Namespace.php @@ -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; -- 2.20.1