From: Michael M Slusarz Date: Thu, 20 Aug 2009 19:25:28 +0000 (-0600) Subject: Bug #8514: Fix variable name X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=6d98814ec051502484f3d9c18b49d520a038737a;p=horde.git Bug #8514: Fix variable name --- 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]; } }