From eb1c01c25298faf95bbc6b447397eda8464ff1b6 Mon Sep 17 00:00:00 2001 From: Guillaume Blanchard Date: Tue, 21 Dec 2004 15:04:40 +0000 Subject: [PATCH] missing ',' --- includes/Namespace.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/Namespace.php b/includes/Namespace.php index 69ee0639f2..6eeb5fb35b 100644 --- a/includes/Namespace.php +++ b/includes/Namespace.php @@ -31,7 +31,7 @@ $wgCanonicalNamespaceNames = array( NS_HELP => 'Help', NS_HELP_TALK => 'Help_talk', NS_CATEGORY => 'Category', - NS_CATEGORY_TALK => 'Category_talk' + NS_CATEGORY_TALK => 'Category_talk', NS_THREAD => 'Thread', // Reserved for Forum-like NS_THREAD_TALK => 'Thread_talk' // Reserved for Forum-like -- 2.20.1