From 62b824b977ec2eec68794ab4efba6c00d7e79e57 Mon Sep 17 00:00:00 2001 From: Platonides Date: Sat, 21 Aug 2010 14:44:25 +0000 Subject: [PATCH] Follow up r71289. $wgContLang is now unused. --- includes/parser/Parser_LinkHooks.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/includes/parser/Parser_LinkHooks.php b/includes/parser/Parser_LinkHooks.php index 48d702ed9f..893bf23db7 100644 --- a/includes/parser/Parser_LinkHooks.php +++ b/includes/parser/Parser_LinkHooks.php @@ -111,8 +111,6 @@ class Parser_LinkHooks extends Parser * @private */ function replaceInternalLinks2( &$s ) { - global $wgContLang; - wfProfileIn( __METHOD__ ); wfProfileIn( __METHOD__.'-setup' ); -- 2.20.1