From: Aaron Schulz Date: Wed, 24 Feb 2010 03:38:06 +0000 (+0000) Subject: Removed unused var X-Git-Tag: 1.31.0-rc.0~37628 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/pie.php?a=commitdiff_plain;h=b020bc34caea44beaf5c83e8e45fb1232e695143;p=lhc%2Fweb%2Fwiklou.git Removed unused var --- diff --git a/includes/parser/Tidy.php b/includes/parser/Tidy.php index 95f83621af..85e5394993 100644 --- a/includes/parser/Tidy.php +++ b/includes/parser/Tidy.php @@ -137,7 +137,7 @@ class MWTidy { * 'pear install tidy' should be able to compile the extension module. */ private static function execInternalTidy( $text, $stderr = false, &$retval = null ) { - global $wgTidyConf, $IP, $wgDebugTidy; + global $wgTidyConf, $wgDebugTidy; wfProfileIn( __METHOD__ ); $tidy = new tidy;