summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/lib
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2017-12-15 11:31:13 +0100
committerRoeland Jago Douma <roeland@famdouma.nl>2017-12-18 20:57:11 +0100
commitd2d73f1ce8733623a780db62427c61ff007b33cb (patch)
tree4f8b0497b30a2d86b3b216eaf378b71d6a37e7ab /apps/files_sharing/lib
parent5ce943aa8501d6a7240175a934858c26f267f7ca (diff)
downloadnextcloud-server-d2d73f1ce8733623a780db62427c61ff007b33cb.tar.gz
nextcloud-server-d2d73f1ce8733623a780db62427c61ff007b33cb.zip
Also replace all other occurences
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Diffstat (limited to 'apps/files_sharing/lib')
-rw-r--r--apps/files_sharing/lib/External/Storage.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_sharing/lib/External/Storage.php b/apps/files_sharing/lib/External/Storage.php
index bae24e89e64..638f82f7027 100644
--- a/apps/files_sharing/lib/External/Storage.php
+++ b/apps/files_sharing/lib/External/Storage.php
@@ -261,7 +261,7 @@ class Storage extends DAV implements ISharedStorage {
* @return bool
*/
private function testRemoteUrl($url) {
- $cache = $this->memcacheFactory->create('files_sharing_remote_url');
+ $cache = $this->memcacheFactory->createDistributed('files_sharing_remote_url');
if($cache->hasKey($url)) {
return (bool)$cache->get($url);
}