fix typo that was causing tasklists not to show up in the move to dialog on the mailb...
authorChuck Hagenbuch <chuck@horde.org>
Tue, 20 Jan 2009 01:30:06 +0000 (20:30 -0500)
committerChuck Hagenbuch <chuck@horde.org>
Tue, 20 Jan 2009 01:30:06 +0000 (20:30 -0500)
imp/mailbox.php

index 46591b9..55a784e 100644 (file)
@@ -246,7 +246,7 @@ if (!$readonly && $do_filter) {
 
 /* Generate folder options list. */
 if ($conf['user']['allow_folders']) {
-    $folder_options = IMP::flistSelect(array('heading' => _("Messages to"), 'new_folder' => true, 'inc_tasklist' => true, 'inc_notepads' => true));
+    $folder_options = IMP::flistSelect(array('heading' => _("Messages to"), 'new_folder' => true, 'inc_tasklists' => true, 'inc_notepads' => true));
 }
 
 /* Build the list of messages in the mailbox. */