Merge "SquidUpdate => CdnCacheUpdate"

This commit is contained in:
jenkins-bot 2017-11-10 20:18:14 +00:00 committed by Gerrit Code Review
commit 172a1a2cd8
1 changed files with 1 additions and 1 deletions

View File

@ -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();
}