From 5ce943aa8501d6a7240175a934858c26f267f7ca Mon Sep 17 00:00:00 2001 From: Arthur Schiwon Date: Fri, 15 Dec 2017 10:48:48 +0100 Subject: [PATCH] don't use deprecated method for requesting memcache Signed-off-by: Arthur Schiwon --- apps/user_ldap/lib/Connection.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/user_ldap/lib/Connection.php b/apps/user_ldap/lib/Connection.php index 1dcf9b72d7c..bde489e2710 100644 --- a/apps/user_ldap/lib/Connection.php +++ b/apps/user_ldap/lib/Connection.php @@ -100,7 +100,7 @@ class Connection extends LDAPUtility { !is_null($configID)); $memcache = \OC::$server->getMemCacheFactory(); if($memcache->isAvailable()) { - $this->cache = $memcache->create(); + $this->cache = $memcache->createDistributed(); } $helper = new Helper(\OC::$server->getConfig()); $this->doNotValidate = !in_array($this->configPrefix,