projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5e16a0f
)
Bug #8578: Fix variable name
author
Michael M Slusarz
<slusarz@curecanti.org>
Tue, 15 Sep 2009 16:40:39 +0000
(10:40 -0600)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Tue, 15 Sep 2009 16:40:39 +0000
(10:40 -0600)
imp/lib/Imap/Flags.php
patch
|
blob
|
history
diff --git
a/imp/lib/Imap/Flags.php
b/imp/lib/Imap/Flags.php
index
298965b
..
fe496e6
100644
(file)
--- 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($o
b['structure
']->getType())) {
+ if ($type = $imp_mbox_ui->getAttachmentType($o
ptions['atc
']->getType())) {
$process[$type] = $f[$type];
}
}