diff options
author | Arthur Schiwon <blizzz@owncloud.com> | 2014-02-28 10:58:51 +0100 |
---|---|---|
committer | Arthur Schiwon <blizzz@owncloud.com> | 2014-03-03 10:20:37 +0100 |
commit | b968eed27ba458511e646410525c0144da23db42 (patch) | |
tree | fae5bcf928ed6f491ff420eef2d3b03e68e3a952 /apps/user_ldap | |
parent | c7751c0795c74759a74a73ba9290c17f6db3870b (diff) | |
download | nextcloud-server-b968eed27ba458511e646410525c0144da23db42.tar.gz nextcloud-server-b968eed27ba458511e646410525c0144da23db42.zip |
remove remaining testing artefact
Diffstat (limited to 'apps/user_ldap')
-rw-r--r-- | apps/user_ldap/user_proxy.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/user_ldap/user_proxy.php b/apps/user_ldap/user_proxy.php index 2b1b86056ea..2cb3dfb2c60 100644 --- a/apps/user_ldap/user_proxy.php +++ b/apps/user_ldap/user_proxy.php @@ -79,7 +79,7 @@ class User_Proxy extends lib\Proxy implements \OCP\UserInterface { $cacheKey = $this->getUserCacheKey($uid); $prefix = $this->getFromCache($cacheKey); //in case the uid has been found in the past, try this stored connection first - if(false && !is_null($prefix)) { + if(!is_null($prefix)) { if(isset($this->backends[$prefix])) { $instance = $this->backends[$prefix]; if(!method_exists($instance, $method) |