Skip to content

Commit

Permalink
Don't include SmartLists on the Task form.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrubinsk committed Nov 14, 2013
1 parent f0268be commit 8820cd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nag/lib/Form/Task.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public function __construct($vars, $title = '')
parent::__construct($vars, $title);

$tasklist_enums = array();
foreach (Nag::listTasklists(false, Horde_Perms::EDIT) as $tl_id => $tl) {
foreach (Nag::listTasklists(false, Horde_Perms::EDIT, false) as $tl_id => $tl) {
$tasklist_enums[$tl_id] = Nag::getLabel($tl);
}
$tasklist = $vars->get('tasklist_id');
Expand Down

0 comments on commit 8820cd2

Please sign in to comment.