ws, cs
authorMichael J. Rubinsky <mrubinsk@horde.org>
Fri, 24 Dec 2010 16:01:17 +0000 (11:01 -0500)
committerMichael J. Rubinsky <mrubinsk@horde.org>
Fri, 24 Dec 2010 17:04:47 +0000 (12:04 -0500)
framework/Auth/lib/Horde/Auth/Cyrus.php

index d1e72c9..03bf0dd 100644 (file)
@@ -134,7 +134,8 @@ class Horde_Auth_Cyrus extends Horde_Auth_Base
             foreach ($this->_params['folders'] as $folder) {
                 try {
                     $this->_imap->createMailbox($mailbox . Horde_String::convertCharset($this->_params['separator'] . $folder, $this->_params['charset'], 'utf7-imap'));
-                } catch (Horde_Imap_Client_Exception $e) {}
+                } catch (Horde_Imap_Client_Exception $e) {
+                }
             }
         }