From 08ba325d0a5927c6876d21f178a844c46a2410a4 Mon Sep 17 00:00:00 2001 From: Antoine Musso Date: Sat, 13 Nov 2004 21:29:13 +0000 Subject: [PATCH] comment about extranamespaces values that should not be >255 see http://bugzilla.wikipedia.org/show_bug.cgi?id=719 --- includes/DefaultSettings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 7d6739519c..b4aedd4f02 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -754,7 +754,7 @@ $wgUseRCPatrol = true; # PLEASE NOTE: Once you delete a namespace, the pages in that namespace will no longer be accessible. # If you rename it, then you can access them through the new namespace name. # -# Custom namespaces should start at 100. +# Custom namespaces should start at 100 and stop at 255 (hard limit set by database) #$wgExtraNamespaces = # array(100 => "Hilfe", # 101 => "Hilfe_Diskussion", -- 2.20.1