remove erroneous break statement.
authorMichael J. Rubinsky <mrubinsk@horde.org>
Fri, 24 Dec 2010 16:19:39 +0000 (11:19 -0500)
committerMichael J. Rubinsky <mrubinsk@horde.org>
Fri, 24 Dec 2010 17:04:49 +0000 (12:04 -0500)
The $lc_driver == 'cyrus' conditional would never be reached.

framework/Core/lib/Horde/Core/Factory/Auth.php

index f9e57fc..d64460a 100644 (file)
@@ -120,8 +120,6 @@ class Horde_Core_Factory_Auth
                 } catch (Horde_Imap_Client_Exception $e) {
                     throw new Horde_Auth_Exception($e);
                 }
-                break;
-
                 if ($lc_driver == 'cyrus') {
                     $params['backend'] = $this->getOb($params['backend']['driver'], $params['backend']['params']);
                 }