From 2c50a8b9aa5f1a4ba636982b159e64fe61c0845f Mon Sep 17 00:00:00 2001 From: Andrew Garrett Date: Sun, 29 Aug 2010 03:08:15 +0000 Subject: [PATCH] Unmerging r71867. Merge-conflicts with some things Nikerabbit was doing. He broke it, leaving him to fix it for now :-) --- languages/Language.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/languages/Language.php b/languages/Language.php index a5b66282dc..71793e20bf 100644 --- a/languages/Language.php +++ b/languages/Language.php @@ -262,8 +262,6 @@ class Language { } # Sometimes a language will be localised but not actually exist on this wiki. - global $wgCanonicalNamespaceNames; - $validNamespaces = array_keys(MWNamespace::getCanonicalNamespaces()); foreach( $this->namespaceNames as $key => $text ) { if ( !isset( $validNamespaces[$key] ) ) { unset( $this->namespaceNames[$key] ); -- 2.20.1