Follow up r79845. No need to keep $wgCustomConvertCommand there.
authorPlatonides <platonides@users.mediawiki.org>
Wed, 12 Jan 2011 00:30:42 +0000 (00:30 +0000)
committerPlatonides <platonides@users.mediawiki.org>
Wed, 12 Jan 2011 00:30:42 +0000 (00:30 +0000)
includes/media/Bitmap.php

index 5d4de7e..209ec82 100644 (file)
@@ -66,8 +66,6 @@ class BitmapHandler extends ImageHandler {
        }
 
        function doTransform( $image, $dstPath, $dstUrl, $params, $flags = 0 ) {
        }
 
        function doTransform( $image, $dstPath, $dstUrl, $params, $flags = 0 ) {
-               global $wgCustomConvertCommand;
-
                if ( !$this->normaliseParams( $image, $params ) ) {
                        return new TransformParameterError( $params );
                }
                if ( !$this->normaliseParams( $image, $params ) ) {
                        return new TransformParameterError( $params );
                }