Parse error.
authorGunnar Wrobel <p@rdus.de>
Tue, 27 Apr 2010 21:41:42 +0000 (23:41 +0200)
committerGunnar Wrobel <wrobel@temple.(none)>
Tue, 27 Apr 2010 21:43:07 +0000 (23:43 +0200)
framework/Imap_Client/lib/Horde/Imap/Client/Cclient.php

index 186f4dc..e33666c 100644 (file)
@@ -545,7 +545,7 @@ class Horde_Imap_Client_Cclient extends Horde_Imap_Client_Base
             $res = array();
             foreach ($pattern as $val) {
                 if (strlen($val)) {
-                    $res = array_merge($res, $this->_getMailboxList($val, $mode);
+                    $res = array_merge($res, $this->_getMailboxList($val, $mode));
                 }
             }
             return array_unique($res);