mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Math
synced 2024-11-28 09:20:42 +00:00
Merge "SquidUpdate => CdnCacheUpdate"
This commit is contained in:
commit
172a1a2cd8
|
@ -363,7 +363,7 @@ class MathTexvc extends MathRenderer {
|
|||
// If we're replacing an older version of the image, make sure it's current.
|
||||
if ( $updated && $wgUseSquid ) {
|
||||
$urls = [ $this->getMathImageUrl() ];
|
||||
$u = new SquidUpdate( $urls );
|
||||
$u = new CdnCacheUpdate( $urls );
|
||||
$u->doUpdate();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue