From: Reedy Date: Mon, 18 Sep 2017 13:47:28 +0000 (+0100) Subject: Bump LocalFile::VERSION to invalidate file page cache X-Git-Tag: 1.31.0-rc.0~2025^2 X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=commitdiff_plain;h=41690888a2919b3fb89c715c364d21d8965c8b26;hp=870a34e2ccf2649fdcc41a951d336377a948ab06 Bump LocalFile::VERSION to invalidate file page cache Bug: T175444 Change-Id: Ic0665d5554ed43c48d4fcdef087fbd33b597788c --- 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;