Index: trunk/phase3/includes/media/SVG.php |
— | — | @@ -82,7 +82,7 @@ |
83 | 83 | wfHostname(), $retval, trim($err), $cmd ) ); |
84 | 84 | return new MediaTransformError( 'thumbnail_error', $clientWidth, $clientHeight, $err ); |
85 | 85 | } else { |
86 | | - return new ThumbnailImage( $dstUrl, $clientWidth, $clientHeight ); |
| 86 | + return new ThumbnailImage( $dstUrl, $clientWidth, $clientHeight, $dstPath ); |
87 | 87 | } |
88 | 88 | } |
89 | 89 | |