From: Gunnar Wrobel Date: Tue, 27 Apr 2010 21:41:42 +0000 (+0200) Subject: Parse error. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=a54b975e1f600dfa302871e350cdbce4c988efc4;p=horde.git Parse error. --- diff --git a/framework/Imap_Client/lib/Horde/Imap/Client/Cclient.php b/framework/Imap_Client/lib/Horde/Imap/Client/Cclient.php index 186f4dc39..e33666c1a 100644 --- a/framework/Imap_Client/lib/Horde/Imap/Client/Cclient.php +++ b/framework/Imap_Client/lib/Horde/Imap/Client/Cclient.php @@ -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);