Index: trunk/phase3/includes/media/Bitmap.php |
— | — | @@ -66,8 +66,6 @@ |
67 | 67 | } |
68 | 68 | |
69 | 69 | function doTransform( $image, $dstPath, $dstUrl, $params, $flags = 0 ) { |
70 | | - global $wgCustomConvertCommand; |
71 | | - |
72 | 70 | if ( !$this->normaliseParams( $image, $params ) ) { |
73 | 71 | return new TransformParameterError( $params ); |
74 | 72 | } |