Rename SquidUpdate => CdnCacheUpdate
[lhc/web/wiklou.git] / includes / page / WikiPage.php
index 294a22c..be5ecba 100644 (file)
@@ -1133,7 +1133,7 @@ class WikiPage implements Page, IDBAccessObject {
 
                // Send purge after above page_touched update was committed
                DeferredUpdates::addUpdate(
-                       new SquidUpdate( $title->getSquidURLs() ),
+                       new CdnCacheUpdate( $title->getSquidURLs() ),
                        DeferredUpdates::PRESEND
                );