From: Gunnar Wrobel Date: Wed, 17 Feb 2010 21:07:06 +0000 (+0100) Subject: Typo X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=7a8aba0f1746c7d35cb12d633a268ec3260ae05a;p=horde.git Typo --- diff --git a/framework/Ldap/lib/Horde/Ldap/RootDSE.php b/framework/Ldap/lib/Horde/Ldap/RootDSE.php index 950b39599..31b5e690c 100644 --- a/framework/Ldap/lib/Horde/Ldap/RootDSE.php +++ b/framework/Ldap/lib/Horde/Ldap/RootDSE.php @@ -71,7 +71,7 @@ class Horde_Ldap_RootDSE 'supportedLDAPVersion', 'subschemaSubentry' ); } - $ldap->search('', '(objectClass=*)', array('attributes' => $attributes, 'scope' => 'base')); + $result = $ldap->search('', '(objectClass=*)', array('attributes' => $attributes, 'scope' => 'base')); $entry = $result->shiftEntry(); if (false === $entry) { throw new Horde_Ldap_Exception('Could not fetch RootDSE entry');