jenkins-bot has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/390372 )

Change subject: SquidUpdate => CdnCacheUpdate
......................................................................


SquidUpdate => CdnCacheUpdate

Change-Id: I3b5ecce459954ac49145b500aa4080ff23d3c802
---
M UploadLocalFile.php
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Krinkle: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/UploadLocalFile.php b/UploadLocalFile.php
index 6960e07..2874677 100644
--- a/UploadLocalFile.php
+++ b/UploadLocalFile.php
@@ -447,7 +447,7 @@
                        $this->purgeThumbnails();
 
                        # Remove the old file from the squid cache
-                       SquidUpdate::purge( [ $this->getURL() ] );
+                       CdnCacheUpdate::purge( [ $this->getURL() ] );
                }
 
                # Invalidate cache for all pages using this file

-- 
To view, visit https://gerrit.wikimedia.org/r/390372
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I3b5ecce459954ac49145b500aa4080ff23d3c802
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/GraphViz
Gerrit-Branch: master
Gerrit-Owner: Aaron Schulz <asch...@wikimedia.org>
Gerrit-Reviewer: Krinkle <krinklem...@gmail.com>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to