Follow up r71289. $wgContLang is now unused.
authorPlatonides <platonides@users.mediawiki.org>
Sat, 21 Aug 2010 14:44:25 +0000 (14:44 +0000)
committerPlatonides <platonides@users.mediawiki.org>
Sat, 21 Aug 2010 14:44:25 +0000 (14:44 +0000)
includes/parser/Parser_LinkHooks.php

index 48d702e..893bf23 100644 (file)
@@ -111,8 +111,6 @@ class Parser_LinkHooks extends Parser
         * @private
         */
        function replaceInternalLinks2( &$s ) {
-               global $wgContLang;
-
                wfProfileIn( __METHOD__ );
 
                wfProfileIn( __METHOD__.'-setup' );