From: Chad Horohoe Date: Wed, 25 Feb 2009 21:54:11 +0000 (+0000) Subject: More unused globals. X-Git-Tag: 1.31.0-rc.0~42679 X-Git-Url: https://git.cyclocoop.org/%242?a=commitdiff_plain;h=b9119791b72719fc1bef38255017e942006b44b4;p=lhc%2Fweb%2Fwiklou.git More unused globals. --- 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' );