r21531 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r21530‎ | r21531 | r21532 >
Date:14:48, 24 April 2007
Author:tstarling
Status:old
Tags:
Comment:
include path in thumbnail output
Modified paths:
  • /trunk/phase3/includes/media/SVG.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/media/SVG.php
@@ -82,7 +82,7 @@
8383 wfHostname(), $retval, trim($err), $cmd ) );
8484 return new MediaTransformError( 'thumbnail_error', $clientWidth, $clientHeight, $err );
8585 } else {
86 - return new ThumbnailImage( $dstUrl, $clientWidth, $clientHeight );
 86+ return new ThumbnailImage( $dstUrl, $clientWidth, $clientHeight, $dstPath );
8787 }
8888 }
8989