r80070 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r80069‎ | r80070 | r80071 >
Date:00:30, 12 January 2011
Author:platonides
Status:ok
Tags:
Comment:
Follow up r79845. No need to keep $wgCustomConvertCommand there.
Modified paths:
  • /trunk/phase3/includes/media/Bitmap.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/media/Bitmap.php
@@ -66,8 +66,6 @@
6767 }
6868
6969 function doTransform( $image, $dstPath, $dstUrl, $params, $flags = 0 ) {
70 - global $wgCustomConvertCommand;
71 -
7270 if ( !$this->normaliseParams( $image, $params ) ) {
7371 return new TransformParameterError( $params );
7472 }

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r79845$wgMaxUploadSize may now be set to an array to specify the upload size limit ...btongminh22:12, 7 January 2011

Status & tagging log