lib/ext

Aleksander Machniak machniak at kolabsys.com
Tue Apr 16 12:59:31 CEST 2013


 lib/ext/Net/LDAP3.php |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit b5dd790d3fb6c9cb6a2bd832785703f739e46d62
Author: Aleksander Machniak <alec at alec.pl>
Date:   Tue Apr 16 12:59:07 2013 +0200

    Fix typo in debug message

diff --git a/lib/ext/Net/LDAP3.php b/lib/ext/Net/LDAP3.php
index 5967fa3..a5351fe 100644
--- a/lib/ext/Net/LDAP3.php
+++ b/lib/ext/Net/LDAP3.php
@@ -1310,7 +1310,7 @@ class Net_LDAP3
             );
 
         if (!$ldap_result) {
-            $this->_debug("$function failed for dn=$bind_dn: ".ldap_error($this->conn));
+            $this->_debug("$function failed for dn=$base_dn: ".ldap_error($this->conn));
             return false;
         }
 





More information about the commits mailing list