From 9cd7bab807a3f936e54b1c79a14798d6455fea3f Mon Sep 17 00:00:00 2001 From: Platonides Date: Wed, 12 Jan 2011 00:30:42 +0000 Subject: [PATCH] Follow up r79845. No need to keep $wgCustomConvertCommand there. --- includes/media/Bitmap.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/includes/media/Bitmap.php b/includes/media/Bitmap.php index 5d4de7eea2..209ec82c73 100644 --- a/includes/media/Bitmap.php +++ b/includes/media/Bitmap.php @@ -66,8 +66,6 @@ class BitmapHandler extends ImageHandler { } function doTransform( $image, $dstPath, $dstUrl, $params, $flags = 0 ) { - global $wgCustomConvertCommand; - if ( !$this->normaliseParams( $image, $params ) ) { return new TransformParameterError( $params ); } -- 2.20.1