diff options
author | Morris Jobke <hey@morrisjobke.de> | 2017-12-15 11:31:13 +0100 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2017-12-18 20:57:11 +0100 |
commit | d2d73f1ce8733623a780db62427c61ff007b33cb (patch) | |
tree | 4f8b0497b30a2d86b3b216eaf378b71d6a37e7ab /lib/private/IntegrityCheck | |
parent | 5ce943aa8501d6a7240175a934858c26f267f7ca (diff) | |
download | nextcloud-server-d2d73f1ce8733623a780db62427c61ff007b33cb.tar.gz nextcloud-server-d2d73f1ce8733623a780db62427c61ff007b33cb.zip |
Also replace all other occurences
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Diffstat (limited to 'lib/private/IntegrityCheck')
-rw-r--r-- | lib/private/IntegrityCheck/Checker.php | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |