From f38830984997dd8019b923a866d1cc3b8549e8ee Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Tue, 4 May 2010 03:01:08 -0600 Subject: [PATCH] Fix variable name --- imp/thread.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/imp/thread.php b/imp/thread.php index db6812d59..ce2656290 100644 --- a/imp/thread.php +++ b/imp/thread.php @@ -133,7 +133,7 @@ foreach ($imp_indices->indices() as $mbox => $idxlist) { } /* Flag messages as seen. */ -$injector->getInstance('IMP_Message')->flag(array('\\seen'), $loop_array); +$injector->getInstance('IMP_Message')->flag(array('\\seen'), $imp_indices); $template = $injector->createInstance('Horde_Template'); $template->setOption('gettext', true); -- 2.11.0