[Pkg-owncloud-commits] [owncloud] 28/44: remove remaining testing artefact

David Prévot taffit at moszumanska.debian.org
Fri Mar 7 13:27:25 UTC 2014


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository owncloud.

commit 470a0ad61195abc92e0a223adaf471c378e368b6
Author: Arthur Schiwon <blizzz at owncloud.com>
Date:   Fri Feb 28 10:58:51 2014 +0100

    remove remaining testing artefact
---
 apps/user_ldap/user_proxy.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/apps/user_ldap/user_proxy.php b/apps/user_ldap/user_proxy.php
index 2b1b860..2cb3dfb 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)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git



More information about the Pkg-owncloud-commits mailing list