From 41690888a2919b3fb89c715c364d21d8965c8b26 Mon Sep 17 00:00:00 2001 From: Reedy Date: Mon, 18 Sep 2017 14:47:28 +0100 Subject: [PATCH] Bump LocalFile::VERSION to invalidate file page cache Bug: T175444 Change-Id: Ic0665d5554ed43c48d4fcdef087fbd33b597788c --- includes/filerepo/file/LocalFile.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/filerepo/file/LocalFile.php b/includes/filerepo/file/LocalFile.php index 4c0dea246e..a623c54261 100644 --- a/includes/filerepo/file/LocalFile.php +++ b/includes/filerepo/file/LocalFile.php @@ -43,7 +43,7 @@ use Wikimedia\Rdbms\IDatabase; * @ingroup FileAbstraction */ class LocalFile extends File { - const VERSION = 10; // cache version + const VERSION = 11; // cache version const CACHE_FIELD_MAX_LEN = 1000; -- 2.20.1