From: Chuck Hagenbuch Date: Sun, 30 Aug 2009 01:12:11 +0000 (-0400) Subject: fix variable name X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=c49fdb2b1c5d775793b4cc3865275f68f4903f85;p=horde.git fix variable name --- diff --git a/imp/mailbox.php b/imp/mailbox.php index 46c9f3315..1a38d48f4 100644 --- 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']); }