diff --git a/module/todo/control.php b/module/todo/control.php index c902d01c65..5eee51a94e 100644 --- a/module/todo/control.php +++ b/module/todo/control.php @@ -64,7 +64,7 @@ class todo extends control if($this->app->getViewType() == 'xhtml') die(js::locate($this->createLink('todo', 'view', "todoID=$todoID"), 'parent')); if(isonlybody()) die(js::locate($this->createLink('my', 'todo', "type=$date"), 'parent.parent')); - die(js::locate($this->createLink('my', 'todo', "type=$date"), 'parent')); + die(js::locate($this->createLink('my', 'todo', "type=all"), 'parent')); } unset($this->lang->todo->typeList['cycle']);