From b7ba4ab627dc64276ecff40f5ea7b1d07ac4ca40 Mon Sep 17 00:00:00 2001 From: Sean Colombo Date: Thu, 7 Jul 2011 18:03:08 +0000 Subject: [PATCH] Removed unused local var from Description2. --- Description2.php | 1 - 1 file changed, 1 deletion(-) diff --git a/Description2.php b/Description2.php index 979ccd2..396134e 100644 --- a/Description2.php +++ b/Description2.php @@ -49,7 +49,6 @@ function efDescription2SetDescription( $parser, $desc ) { $wgHooks['ParserAfterTidy'][] = 'egDescription2ParserAfterTidy'; function egDescription2ParserAfterTidy( &$parser, &$text ) { - global $wgContLang; $desc = ''; $myText = preg_replace('%]*+>(?:(?R)|[^<]*+(?:(?!%i', '', $text);