[Pkg-owncloud-commits] [owncloud] 52/75: typo in function call
David Prévot
taffit at alioth.debian.org
Fri Nov 8 23:08:40 UTC 2013
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to annotated tag v3.0.1
in repository owncloud.
commit afbb5cb4594e35b3949a66c492d7eca979fd148e
Author: Arthur Schiwon <blizzz at owncloud.com>
Date: Tue Feb 28 20:38:51 2012 +0100
typo in function call
---
apps/user_ldap/user_ldap.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/apps/user_ldap/user_ldap.php b/apps/user_ldap/user_ldap.php
index fb42cc8..fbc87f1 100644
--- a/apps/user_ldap/user_ldap.php
+++ b/apps/user_ldap/user_ldap.php
@@ -189,7 +189,7 @@ class OC_USER_LDAP extends OC_User_Backend {
if(!$this->configured){
return false;
}
- $dn = $this->getDn($uid);
+ $dn = $this->getDc($uid);
return !empty($dn);
}
--
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