summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/lib/connection.php
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2014-05-12 20:55:24 +0200
committerThomas Müller <thomas.mueller@tmit.eu>2014-05-12 20:55:24 +0200
commit408189b7e48ba3a738339ed3cb5fe6e376a8c94b (patch)
treee3d1e63a0855e7f819f1d1db30f24295d1068871 /apps/user_ldap/lib/connection.php
parentaea44ee0d567e3f97aa25a9037db129b2c5fa645 (diff)
parentf5ed92bf31f98d6dbdd7bbc7903169c90d82e464 (diff)
downloadnextcloud-server-408189b7e48ba3a738339ed3cb5fe6e376a8c94b.tar.gz
nextcloud-server-408189b7e48ba3a738339ed3cb5fe6e376a8c94b.zip
Merge pull request #8556 from owncloud/kill-legacy-code-master
Kill legacy code master
Diffstat (limited to 'apps/user_ldap/lib/connection.php')
-rw-r--r--apps/user_ldap/lib/connection.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/user_ldap/lib/connection.php b/apps/user_ldap/lib/connection.php
index 4df08f141c4..847a984bb4d 100644
--- a/apps/user_ldap/lib/connection.php
+++ b/apps/user_ldap/lib/connection.php
@@ -57,7 +57,7 @@ class Connection extends LDAPUtility {
if($memcache->isAvailable()) {
$this->cache = $memcache->create();
} else {
- $this->cache = \OC_Cache::getGlobalCache();
+ $this->cache = \OC\Cache::getGlobalCache();
}
$this->hasPagedResultSupport =
$this->ldap->hasPagedResultSupport();