diff --git a/module/my/control.php b/module/my/control.php index e7c5a3f78b..6fa5822ad6 100644 --- a/module/my/control.php +++ b/module/my/control.php @@ -46,7 +46,7 @@ class my extends control $this->view->projectStats = $projectStats; $this->view->productStats = $productStats; $this->view->actions = $this->loadModel('action')->getDynamic('all', 'all', 'id_desc', $pager); - $this->view->todos = $this->loadModel('todo')->getList('today', $account, 'wait, doing', $this->config->my->todoCounts); + $this->view->todos = $this->loadModel('todo')->getList('all', $account, 'wait, doing', $this->config->my->todoCounts); $this->view->tasks = $this->loadModel('task')->getUserTasks($account, 'assignedTo', $this->config->my->taskCounts); $this->view->bugs = $this->loadModel('bug')->getUserBugPairs($account, false, $this->config->my->bugCounts); $this->view->users = $this->loadModel('user')->getPairs('noletter|withguest');