Aaron Schulz has uploaded a new change for review. ( 
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(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/GraphViz 
refs/changes/72/390372/1

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: newchange
Gerrit-Change-Id: I3b5ecce459954ac49145b500aa4080ff23d3c802
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/GraphViz
Gerrit-Branch: master
Gerrit-Owner: Aaron Schulz <asch...@wikimedia.org>

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

Reply via email to