aboutsummaryrefslogtreecommitdiffstats
path: root/maintenance/purgeChangedPages.php
diff options
context:
space:
mode:
Diffstat (limited to 'maintenance/purgeChangedPages.php')
-rw-r--r--maintenance/purgeChangedPages.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/maintenance/purgeChangedPages.php b/maintenance/purgeChangedPages.php
index 56e22c4040f6..31500c9ce05b 100644
--- a/maintenance/purgeChangedPages.php
+++ b/maintenance/purgeChangedPages.php
@@ -135,7 +135,7 @@ class PurgeChangedPages extends Maintenance {
}
// Send batch of purge requests out to squids
- $squid = new SquidUpdate( $urls, count( $urls ) );
+ $squid = new CdnCacheUpdate( $urls, count( $urls ) );
$squid->doUpdate();
if ( $this->hasOption( 'sleep-per-batch' ) ) {