* Fix purging for updated SVG files
authorBrion Vibber <brion@users.mediawiki.org>
Sun, 29 Oct 2006 18:04:11 +0000 (18:04 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Sun, 29 Oct 2006 18:04:11 +0000 (18:04 +0000)
commit68ce1cb3bf751198e4d5123b6524c1045294e384
treec933dc8c48c422a499768f4a71a971e5c40016f6
parenta8ed712217c78f3d7c3b5bd8845f51275c8111c7
* Fix purging for updated SVG files
Purging was using getViewUrl(), which is a generated thumbnail for SVG and other render-only formats.
Switched to using getUrl(), which returns the file itself. The thumb will be separately covered as is.
RELEASE-NOTES
includes/Image.php