From: Gunnar Wrobel
Date: Wed, 4 Nov 2009 11:55:11 +0000 (+0100) Subject: Typo. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=d6324854116d8728f2eab46eb82f936da7b72ffc;p=horde.git Typo. --- diff --git a/framework/Kolab_Session/lib/Horde/Kolab/Session/Base.php b/framework/Kolab_Session/lib/Horde/Kolab/Session/Base.php index 2234cbb57..d87af6e67 100644 --- a/framework/Kolab_Session/lib/Horde/Kolab/Session/Base.php +++ b/framework/Kolab_Session/lib/Horde/Kolab/Session/Base.php @@ -145,7 +145,6 @@ class Horde_Kolab_Session_Base implements Horde_Kolab_Session $user_object = $this->_server->objects->fetch(); } catch (Horde_Kolab_Server_Exception_Bindfailed $e) { throw new Horde_Kolab_Session_Exception_Badlogin($e); - } } catch (Horde_Kolab_Server_Exception $e) { throw new Horde_Kolab_Session_Exception($e); }