]> source.dussan.org Git - nextcloud-server.git/commitdiff
remove remaining testing artefact
authorArthur Schiwon <blizzz@owncloud.com>
Fri, 28 Feb 2014 09:58:51 +0000 (10:58 +0100)
committerArthur Schiwon <blizzz@owncloud.com>
Mon, 3 Mar 2014 09:20:37 +0000 (10:20 +0100)
apps/user_ldap/user_proxy.php

index 2b1b86056ea4afb1de458ce9c6a73f60dbc5311d..2cb3dfb2c60f60b5154406adb02f593cca32d1d1 100644 (file)
@@ -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)