From 70d890352de82c4c74e536af677ee287b1af36fe Mon Sep 17 00:00:00 2001 From: Tim Starling Date: Tue, 24 Apr 2007 14:48:21 +0000 Subject: [PATCH] include path in thumbnail output --- includes/media/SVG.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ); } } -- 2.20.1