From a54b975e1f600dfa302871e350cdbce4c988efc4 Mon Sep 17 00:00:00 2001 From: Gunnar Wrobel Date: Tue, 27 Apr 2010 23:41:42 +0200 Subject: [PATCH] Parse error. --- framework/Imap_Client/lib/Horde/Imap/Client/Cclient.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.11.0