Index: trunk/phase3/includes/Image.php |
— | — | @@ -1369,7 +1369,7 @@ |
1370 | 1370 | |
1371 | 1371 | // Purge the squid |
1372 | 1372 | if ( $wgUseSquid ) { |
1373 | | - $urls[] = $this->getViewURL(); |
| 1373 | + $urls[] = $this->getURL(); |
1374 | 1374 | foreach ( $archiveFiles as $file ) { |
1375 | 1375 | $urls[] = wfImageArchiveUrl( $file ); |
1376 | 1376 | } |
Index: trunk/phase3/RELEASE-NOTES |
— | — | @@ -101,6 +101,7 @@ |
102 | 102 | user talk pages. This can be disabled by adjusting the 'nominornewtalk' |
103 | 103 | permission. Patch by Werdna. |
104 | 104 | * (bug 7741) MATH: fixed broken syntax of underbrace etc. Fixed arrays |
| 105 | +* Fix purging for updated SVG files |
105 | 106 | |
106 | 107 | |
107 | 108 | == Languages updated == |