From: Platonides Date: Wed, 12 Jan 2011 00:30:42 +0000 (+0000) Subject: Follow up r79845. No need to keep $wgCustomConvertCommand there. X-Git-Tag: 1.31.0-rc.0~32607 X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=commitdiff_plain;h=9cd7bab807a3f936e54b1c79a14798d6455fea3f;ds=sidebyside Follow up r79845. No need to keep $wgCustomConvertCommand there. --- 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 ); }