From b76d0ce5600dbee3d27265d7999ac526c388ff88 Mon Sep 17 00:00:00 2001 From: Antoine Musso Date: Wed, 2 Mar 2005 16:29:36 +0000 Subject: [PATCH] Fix bug #1618, patch by Mark Bergsma. Stop using hardcoded value for maximum number of namespaces. --- includes/SpecialAllpages.php | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/includes/SpecialAllpages.php b/includes/SpecialAllpages.php index 55aaa80b74..eb7bbda241 100644 --- a/includes/SpecialAllpages.php +++ b/includes/SpecialAllpages.php @@ -43,11 +43,12 @@ function namespaceForm ( $namespace = NS_MAIN, $from = '' ) { $namespaceselect = ''; -- 2.20.1