Removed unused var
authorAaron Schulz <aaron@users.mediawiki.org>
Wed, 24 Feb 2010 03:38:06 +0000 (03:38 +0000)
committerAaron Schulz <aaron@users.mediawiki.org>
Wed, 24 Feb 2010 03:38:06 +0000 (03:38 +0000)
includes/parser/Tidy.php

index 95f8362..85e5394 100644 (file)
@@ -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;