Fix the search call.
authorGunnar Wrobel <p@rdus.de>
Mon, 26 Oct 2009 18:16:39 +0000 (19:16 +0100)
committerGunnar Wrobel <p@rdus.de>
Mon, 26 Oct 2009 18:16:39 +0000 (19:16 +0100)
framework/Kolab_Server/lib/Horde/Kolab/Server/Composite.php

index caeda19..37e4e8e 100644 (file)
@@ -102,7 +102,7 @@ class Horde_Kolab_Server_Composite
     {
         /** Bind anonymously first. */
         $this->server->connectGuid();
-        $guid = $this->structure->getGuidForUser($user);
+        $guid = $this->search->getGuidForUser($user);
         $this->server->connectGuid($guid, $pass);
     }
 }