X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=includes%2FStorage%2FSqlBlobStore.php;h=69e1539ad14e57535ac79aaa5ec1e0f9b7f4c6db;hp=fcdc1b908c12d09665f02b4dbc65ad52be51f801;hb=827c6bfa416d9d0de8cc8e22f9f3fa36d8129d44;hpb=983173f3be216070d7bcd2c0930dfe86e39f5b5b diff --git a/includes/Storage/SqlBlobStore.php b/includes/Storage/SqlBlobStore.php index fcdc1b908c..69e1539ad1 100644 --- a/includes/Storage/SqlBlobStore.php +++ b/includes/Storage/SqlBlobStore.php @@ -382,7 +382,7 @@ class SqlBlobStore implements IDBAccessObject, BlobStore { return false; } - if ( $cacheKey ) { + if ( $cacheKey && $this->wikiId === false ) { // Make use of the wiki-local revision text cache. // The cached value should be decompressed, so handle that and return here. // NOTE: we rely on $this->cache being the right cache for $this->wikiId!