From: Michael M Slusarz Date: Tue, 15 Sep 2009 16:40:39 +0000 (-0600) Subject: Bug #8578: Fix variable name X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=85f1da43dcc387ca1af23ec15f4d30f874daae8d;p=horde.git Bug #8578: Fix variable name --- 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]; } }