summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--apps/user_ldap/lib/ldap.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/user_ldap/lib/ldap.php b/apps/user_ldap/lib/ldap.php
index 967754db7d3..4dad34f5b1e 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);
}
/**