From: Tim Starling Date: Tue, 24 Apr 2007 14:48:21 +0000 (+0000) Subject: include path in thumbnail output X-Git-Tag: 1.31.0-rc.0~53248 X-Git-Url: https://git.cyclocoop.org/%27.WWW_URL.%27admin/?a=commitdiff_plain;h=70d890352de82c4c74e536af677ee287b1af36fe;p=lhc%2Fweb%2Fwiklou.git include path in thumbnail output --- diff --git a/includes/media/SVG.php b/includes/media/SVG.php index d31123272a..6a39bde49a 100644 --- a/includes/media/SVG.php +++ b/includes/media/SVG.php @@ -82,7 +82,7 @@ class SvgHandler extends ImageHandler { wfHostname(), $retval, trim($err), $cmd ) ); return new MediaTransformError( 'thumbnail_error', $clientWidth, $clientHeight, $err ); } else { - return new ThumbnailImage( $dstUrl, $clientWidth, $clientHeight ); + return new ThumbnailImage( $dstUrl, $clientWidth, $clientHeight, $dstPath ); } }