projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
08f4e30
)
fix variable name
author
Chuck Hagenbuch
<chuck@horde.org>
Sun, 30 Aug 2009 01:12:11 +0000
(21:12 -0400)
committer
Chuck Hagenbuch
<chuck@horde.org>
Sun, 30 Aug 2009 01:12:11 +0000
(21:12 -0400)
imp/mailbox.php
patch
|
blob
|
history
diff --git
a/imp/mailbox.php
b/imp/mailbox.php
index
46c9f33
..
1a38d48
100644
(file)
--- a/
imp/mailbox.php
+++ b/
imp/mailbox.php
@@
-168,7
+168,7
@@
case 'copy_messages':
case 'flag_messages':
$flag = Horde_Util::getPost('flag');
if ($flag && !empty($indices)) {
- $flag = $imp_
imap_
flags->parseFormId($flag);
+ $flag = $imp_flags->parseFormId($flag);
$imp_message = IMP_Message::singleton();
$imp_message->flag(array($flag['flag']), $indices, $flag['set']);
}