Bug #8514: Fix variable name
authorMichael M Slusarz <slusarz@curecanti.org>
Thu, 20 Aug 2009 19:25:28 +0000 (13:25 -0600)
committerMichael M Slusarz <slusarz@curecanti.org>
Thu, 20 Aug 2009 19:25:28 +0000 (13:25 -0600)
imp/lib/Imap/Flags.php

index f730e8c..0e5f1dc 100644 (file)
@@ -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];
             }
         }