Removed squid purge in generateAndSaveThumb()
authorAaron Schulz <aschulz@wikimedia.org>
Fri, 17 Jul 2015 19:27:17 +0000 (12:27 -0700)
committerAaron Schulz <aschulz@wikimedia.org>
Fri, 17 Jul 2015 19:27:17 +0000 (12:27 -0700)
commit248204b8025c79645878ac156586443d4fdec69b
treec04e72dd9647b928f8838596e91ba875d56072ac
parent41624c74bb5c3f9ca8eec81123a90b450c472003
Removed squid purge in generateAndSaveThumb()

* This is only useful for fixing thumbnails by manually making
  a thumb.php (non cache-handled) URL. This is what ?action=purge
  is for. The only edge case is when the thumb listings are out
  of sync with CDN, in which case ?action=purge does not work.

Change-Id: I755532f08aa23e651f118b1efff937e3314805eb
includes/filerepo/file/File.php