$wgContLang global unneeded in braceSubstitution() since fc00763f0
authorPlatonides <platonides@gmail.com>
Wed, 20 Mar 2013 10:30:09 +0000 (11:30 +0100)
committerPlatonides <platonides@gmail.com>
Wed, 20 Mar 2013 10:32:45 +0000 (11:32 +0100)
Change-Id: I0fc7f1ca5989d4a7ca8b4a49fd1f5229f23f9be5

includes/parser/Parser.php

index 58f0a7a..dea0764 100644 (file)
@@ -3140,7 +3140,6 @@ class Parser {
         * @private
         */
        function braceSubstitution( $piece, $frame ) {
-               global $wgContLang;
                wfProfileIn( __METHOD__ );
                wfProfileIn( __METHOD__ . '-setup' );