Typo.
authorGunnar Wrobel <p@rdus.de>
Tue, 16 Jun 2009 15:05:32 +0000 (17:05 +0200)
committerGunnar Wrobel <p@rdus.de>
Tue, 16 Jun 2009 15:05:32 +0000 (17:05 +0200)
framework/Kolab_Server/lib/Horde/Kolab/Server/Ldap.php

index 4a0f52c..7cb4a20 100644 (file)
@@ -245,7 +245,7 @@ class Horde_Kolab_Server_Ldap extends Horde_Kolab_Server
                                                        Horde_Kolab_Server_Exception::SYSTEM);
             }
         } else {
-            $entry  = $this->_ldap->getEntry($uid, $changes['attributes']);
+            $entry  = $this->_ldap->getEntry($uid, $data['attributes']);
             $result = $this->_ldap->modify($entry, $data);
             if ($result instanceOf PEAR_Error) {
                 throw new Horde_Kolab_Server_Exception($result,