X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=maintenance%2FpurgeChangedPages.php;h=31500c9ce05b82c6ee16bffce6fb82ed93411b9f;hb=466962bd4bf8c8b649eb168b3d8afe189c5b42bf;hp=67022094315dd8065de9584549a18c20e4de0708;hpb=08e50bcecd32e6646b2a07a356517feb733aad78;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/purgeChangedPages.php b/maintenance/purgeChangedPages.php index 6702209431..31500c9ce0 100644 --- a/maintenance/purgeChangedPages.php +++ b/maintenance/purgeChangedPages.php @@ -2,7 +2,6 @@ /** * Send purge requests for pages edited in date range to squid/varnish. * - * @section LICENSE * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or @@ -136,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' ) ) {