diff --git a/trunk/module/user/view/todo.html.php b/trunk/module/user/view/todo.html.php
index 69a84ff475..daa585cd88 100644
--- a/trunk/module/user/view/todo.html.php
+++ b/trunk/module/user/view/todo.html.php
@@ -41,7 +41,7 @@ function changeDate(date)
echo '' . html::a($this->createLink('user', 'todo', "account=$account&date=thisweek"), $lang->todo->thisWeekTodos) . '';
echo '' . html::a($this->createLink('user', 'todo', "account=$account&date=lastweek"), $lang->todo->lastWeekTodos) . '';
echo '' . html::a($this->createLink('user', 'todo', "account=$account&date=all"), $lang->todo->allDaysTodos) . '';
- echo '' . html::a($this->createLink('user', 'todo', "account=$account&date=before&account={$app->user->account}&status=wait,doing"), $lang->todo->allUndone) . '';
+ echo '' . html::a($this->createLink('user', 'todo', "account=$account&date=before&account=$account&status=wait,doing"), $lang->todo->allUndone) . '';
echo "" . html::select('date', $dates, $date, 'onchange=changeDate(this.value)') . '';
?>