mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-24 22:34:24 +02:00
Ldap\Connection: Rename method deleteDN() to deleteDn()
This commit is contained in:
parent
3f5cd4b670
commit
87e31f497e
@ -238,10 +238,10 @@ class Connection implements Selectable
|
||||
throw new LdapException('Recursively deleting "%s" failed', $dn);
|
||||
}
|
||||
}
|
||||
return $this->deleteDN($dn);
|
||||
return $this->deleteDn($dn);
|
||||
}
|
||||
|
||||
public function deleteDN($dn)
|
||||
public function deleteDn($dn)
|
||||
{
|
||||
$this->connect();
|
||||
$this->bind();
|
||||
|
Loading…
x
Reference in New Issue
Block a user