Skip to content
Snippets Groups Projects
Commit 461fdd85 authored by Thomas Müller's avatar Thomas Müller
Browse files

Merge pull request #10261 from owncloud/fix-9829

ldap_ prefix will be added in invokeLDAPMethod(), having it would lead t...
parents 8cd6f9a1 2676e681
Branches
No related tags found
No related merge requests found
......@@ -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);
}
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment