From: Chuck Hagenbuch Date: Tue, 20 Jan 2009 01:30:06 +0000 (-0500) Subject: fix typo that was causing tasklists not to show up in the move to dialog on the mailb... X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=d81811acb02d3754c4061e0cf3a6c86c9b851dd8;p=horde.git fix typo that was causing tasklists not to show up in the move to dialog on the mailbox page --- diff --git a/imp/mailbox.php b/imp/mailbox.php index 46591b95f..55a784e95 100644 --- a/imp/mailbox.php +++ b/imp/mailbox.php @@ -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. */