[Pkg-owncloud-commits] [owncloud] 34/121: ldap_ prefix will be added in invokeLDAPMethod(), having it would lead to a unexisting function, fixes #9829
David Prévot
taffit at moszumanska.debian.org
Thu Aug 21 16:44:29 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 0c057bf31036e7afa50171bda0d5670c93a35e06
Author: Arthur Schiwon <blizzz at owncloud.com>
Date: Thu Aug 7 12:41:01 2014 +0200
ldap_ prefix will be added in invokeLDAPMethod(), having it would lead to a unexisting function, fixes #9829
---
apps/user_ldap/lib/ldap.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/apps/user_ldap/lib/ldap.php b/apps/user_ldap/lib/ldap.php
index 967754d..4dad34f 100644
--- a/apps/user_ldap/lib/ldap.php
+++ b/apps/user_ldap/lib/ldap.php
@@ -106,7 +106,7 @@ class LDAP implements ILDAPWrapper {
* @link http://www.php.net/manual/en/function.ldap-explode-dn.php
*/
public function explodeDN($dn, $withAttrib) {
- return $this->invokeLDAPMethod('ldap_explode_dn', $dn, $withAttrib);
+ return $this->invokeLDAPMethod('explode_dn', $dn, $withAttrib);
}
/**
--
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