SF Bug #2820854 - ldap_first_attribute error

This commit is contained in:
Deon George
2009-07-14 19:07:43 +10:00
parent 45ca83411f
commit bbe87c6e2f
4 changed files with 105 additions and 126 deletions

View File

@@ -146,7 +146,7 @@ abstract class Tree {
$server = $this->getServer();
$dnlower = $this->indexDN($dn);
if (! ($dn = $server->dnExists($dn)))
if (! ($server->dnExists($dn)))
return;
if (isset($this->entries[$dnlower]))