From: Platonides Date: Wed, 20 Mar 2013 10:30:09 +0000 (+0100) Subject: $wgContLang global unneeded in braceSubstitution() since fc00763f0 X-Git-Tag: 1.31.0-rc.0~20273^2 X-Git-Url: http://git.cyclocoop.org/%7B%24admin_url%7Dcompta/comptes/journal.php?a=commitdiff_plain;h=c06cec54b76d2386f6564b26a1bd17722f39feca;p=lhc%2Fweb%2Fwiklou.git $wgContLang global unneeded in braceSubstitution() since fc00763f0 Change-Id: I0fc7f1ca5989d4a7ca8b4a49fd1f5229f23f9be5 --- 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' );