Index: trunk/phase3/includes/media/SVG.php |
— | — | @@ -51,7 +51,7 @@ |
52 | 52 | $srcPath = $image->getImagePath(); |
53 | 53 | |
54 | 54 | if ( $flags & self::TRANSFORM_LATER ) { |
55 | | - return new ThumbnailImage( $dstUrl, $clientWidth, $clientHeight ); |
| 55 | + return new ThumbnailImage( $dstUrl, $clientWidth, $clientHeight, $dstPath ); |
56 | 56 | } |
57 | 57 | |
58 | 58 | if ( !wfMkdirParents( dirname( $dstPath ) ) ) { |