From: Michael J. Rubinsky Date: Fri, 5 Jun 2009 19:34:13 +0000 (-0400) Subject: Wrap the msg id in an array here. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=c33ed3895ed3867a0de96a794691cc1924e828b7;p=horde.git Wrap the msg id in an array here. This is an educated guess as to what was intented here based on what the FW_3 ingo was doing here. --- diff --git a/ingo/lib/Script/imap.php b/ingo/lib/Script/imap.php index fc03288df..a4f52dc3e 100644 --- a/ingo/lib/Script/imap.php +++ b/ingo/lib/Script/imap.php @@ -182,7 +182,7 @@ class Ingo_Script_imap extends Ingo_Script } } if (!$found) { - $indices = array_diff($indices, $k); + $indices = array_diff($indices, array($k)); } }