don't use deprecated method for requesting memcache
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
This commit is contained in:
parent
cb5433062f
commit
5ce943aa85
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue