From d2d73f1ce8733623a780db62427c61ff007b33cb Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Fri, 15 Dec 2017 11:31:13 +0100 Subject: Also replace all other occurences Signed-off-by: Morris Jobke --- lib/private/IntegrityCheck/Checker.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/private/IntegrityCheck') diff --git a/lib/private/IntegrityCheck/Checker.php b/lib/private/IntegrityCheck/Checker.php index ee7e35550a6..771ac891ab4 100644 --- a/lib/private/IntegrityCheck/Checker.php +++ b/lib/private/IntegrityCheck/Checker.php @@ -87,7 +87,7 @@ class Checker { $this->fileAccessHelper = $fileAccessHelper; $this->appLocator = $appLocator; $this->config = $config; - $this->cache = $cacheFactory->create(self::CACHE_KEY); + $this->cache = $cacheFactory->createDistributed(self::CACHE_KEY); $this->appManager = $appManager; $this->tempManager = $tempManager; } -- cgit v1.2.3