From ee4669878e877eb41b10f5d953f381c84954c455 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Niklas=20Laxstr=C3=B6m?= Date: Fri, 20 Aug 2010 10:30:24 +0000 Subject: [PATCH] Of course didn't mean to commit var_dump --- includes/Namespace.php | 1 - 1 file changed, 1 deletion(-) diff --git a/includes/Namespace.php b/includes/Namespace.php index f2f2f02656..8d44dd880a 100644 --- a/includes/Namespace.php +++ b/includes/Namespace.php @@ -133,7 +133,6 @@ class MWNamespace { $namespaces = $wgCanonicalNamespaceNames + $wgExtraNamespaces; } $namespaces[NS_MAIN] = ''; - var_dump( $namespaces ); } return $namespaces; } -- 2.20.1