fix variable name
authorChuck Hagenbuch <chuck@horde.org>
Sun, 30 Aug 2009 01:12:11 +0000 (21:12 -0400)
committerChuck Hagenbuch <chuck@horde.org>
Sun, 30 Aug 2009 01:12:11 +0000 (21:12 -0400)
imp/mailbox.php

index 46c9f33..1a38d48 100644 (file)
@@ -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']);
     }