From c33ed3895ed3867a0de96a794691cc1924e828b7 Mon Sep 17 00:00:00 2001 From: "Michael J. Rubinsky" Date: Fri, 5 Jun 2009 15:34:13 -0400 Subject: [PATCH] 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. --- ingo/lib/Script/imap.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)); } } -- 2.11.0