From: Gunnar Wrobel Date: Mon, 26 Oct 2009 18:16:39 +0000 (+0100) Subject: Fix the search call. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=5b81b664a45c9f60f0b1e01368998bcba151f289;p=horde.git Fix the search call. --- diff --git a/framework/Kolab_Server/lib/Horde/Kolab/Server/Composite.php b/framework/Kolab_Server/lib/Horde/Kolab/Server/Composite.php index caeda199f..37e4e8e9e 100644 --- a/framework/Kolab_Server/lib/Horde/Kolab/Server/Composite.php +++ b/framework/Kolab_Server/lib/Horde/Kolab/Server/Composite.php @@ -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); } }