From 6d98814ec051502484f3d9c18b49d520a038737a Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Thu, 20 Aug 2009 13:25:28 -0600 Subject: [PATCH] Bug #8514: 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 f730e8c35..0e5f1dc8b 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_ui->getAttachmentType($ob['structure']->getType())) { + if ($type = $imp_mbox_ui->getAttachmentType($ob['structure']->getType())) { $process[$type] = $f[$type]; } } -- 2.11.0