mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Math
synced 2024-11-24 07:34:22 +00:00
SquidUpdate => CdnCacheUpdate
Change-Id: I67487909070cbdbfaa32fd249d5c4d7db560511d
This commit is contained in:
parent
a77b0770c9
commit
427933b6cb
|
@ -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