From c06cec54b76d2386f6564b26a1bd17722f39feca Mon Sep 17 00:00:00 2001 From: Platonides Date: Wed, 20 Mar 2013 11:30:09 +0100 Subject: [PATCH] $wgContLang global unneeded in braceSubstitution() since fc00763f0 Change-Id: I0fc7f1ca5989d4a7ca8b4a49fd1f5229f23f9be5 --- includes/parser/Parser.php | 1 - 1 file changed, 1 deletion(-) diff --git a/includes/parser/Parser.php b/includes/parser/Parser.php index 58f0a7a9fe..dea0764045 100644 --- a/includes/parser/Parser.php +++ b/includes/parser/Parser.php @@ -3140,7 +3140,6 @@ class Parser { * @private */ function braceSubstitution( $piece, $frame ) { - global $wgContLang; wfProfileIn( __METHOD__ ); wfProfileIn( __METHOD__ . '-setup' ); -- 2.20.1