From b9119791b72719fc1bef38255017e942006b44b4 Mon Sep 17 00:00:00 2001 From: Chad Horohoe Date: Wed, 25 Feb 2009 21:54:11 +0000 Subject: [PATCH] More unused globals. --- includes/parser/Parser.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/parser/Parser.php b/includes/parser/Parser.php index f60ed17523..cb5b815e1f 100644 --- a/includes/parser/Parser.php +++ b/includes/parser/Parser.php @@ -2684,7 +2684,7 @@ class Parser * @private */ function braceSubstitution( $piece, $frame ) { - global $wgContLang, $wgAllowDisplayTitle, $wgNonincludableNamespaces; + global $wgContLang, $wgNonincludableNamespaces; wfProfileIn( __METHOD__ ); wfProfileIn( __METHOD__.'-setup' ); -- 2.20.1