(bug 30192) Old thumbnails not properly purged. Unlike the bug suggests, we don't...
authorChad Horohoe <demon@users.mediawiki.org>
Wed, 10 Aug 2011 23:29:08 +0000 (23:29 +0000)
committerChad Horohoe <demon@users.mediawiki.org>
Wed, 10 Aug 2011 23:29:08 +0000 (23:29 +0000)
commit968d2b47c9d0058d192000d9d518cb143e55ae85
tree7e4aaf22cbd9aaadcf34942637e55832c87fcbad
parent052f54216539b88506882b3d89dd00e53d8b952c
(bug 30192) Old thumbnails not properly purged. Unlike the bug suggests, we don't need to also purge from LocalFile::purgeCache(), since that code path ends up calling purgeHistory() anyway.

A lot of this could probably be protected...not much calls these outside of FileRepo code other than File::purgeCache()
includes/filerepo/LocalFile.php