From 56cb4c28c45149918b19c6f3156bdb6706399ffb Mon Sep 17 00:00:00 2001 From: Johannes Meyer Date: Tue, 23 Jun 2015 15:11:11 +0200 Subject: [PATCH] Ldap\Connection: Rename method hasDN() to hasDn() --- library/Icinga/Protocol/Ldap/Connection.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/Icinga/Protocol/Ldap/Connection.php b/library/Icinga/Protocol/Ldap/Connection.php index 7ed636485..038a45c42 100644 --- a/library/Icinga/Protocol/Ldap/Connection.php +++ b/library/Icinga/Protocol/Ldap/Connection.php @@ -205,7 +205,7 @@ class Connection implements Selectable return $pairs; } - public function hasDN($dn) + public function hasDn($dn) { $this->connect(); $this->bind();