Skip to content

Commit 899d9f4

Browse files
committed
Zend_Ldap: further small fix
1 parent d745e93 commit 899d9f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

application/libraries/Zend/Ldap.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1557,7 +1557,7 @@ public function getNode($dn)
15571557
*/
15581558
public function getBaseNode()
15591559
{
1560-
return $this->getNode($this->getBaseDn(), $this);
1560+
return $this->getNode($this->getBaseDn());
15611561
}
15621562

15631563
/**

0 commit comments

Comments
 (0)