From 85f1da43dcc387ca1af23ec15f4d30f874daae8d Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Tue, 15 Sep 2009 10:40:39 -0600 Subject: [PATCH] Bug #8578: Fix variable name --- imp/lib/Imap/Flags.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/imp/lib/Imap/Flags.php b/imp/lib/Imap/Flags.php index 298965bc6..fe496e6b6 100644 --- a/imp/lib/Imap/Flags.php +++ b/imp/lib/Imap/Flags.php @@ -291,7 +291,7 @@ class IMP_Imap_Flags if (!empty($options['atc'])) { $imp_mbox_ui = new IMP_UI_Mailbox(); - if ($type = $imp_mbox_ui->getAttachmentType($ob['structure']->getType())) { + if ($type = $imp_mbox_ui->getAttachmentType($options['atc']->getType())) { $process[$type] = $f[$type]; } } -- 2.11.0