projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d89172e
)
Bug #8514: Fix variable name
author
Michael M Slusarz
<slusarz@curecanti.org>
Thu, 20 Aug 2009 19:25:28 +0000
(13:25 -0600)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Thu, 20 Aug 2009 19:25:28 +0000
(13:25 -0600)
imp/lib/Imap/Flags.php
patch
|
blob
|
history
diff --git
a/imp/lib/Imap/Flags.php
b/imp/lib/Imap/Flags.php
index
f730e8c
..
0e5f1dc
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_ui->getAttachmentType($ob['structure']->getType())) {
+ if ($type = $imp_
mbox_
ui->getAttachmentType($ob['structure']->getType())) {
$process[$type] = $f[$type];
}
}