* Finish task #36489.

This commit is contained in:
Yagami
2021-03-12 09:58:32 +08:00
parent 8ad207c3ec
commit 0149dd2aee
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ class user extends control
*/
public function view($userID)
{
$this->locate($this->createLink('user', 'todo', "userID=$userID"));
$this->locate($this->createLink('user', 'todo', "userID=$userID&type=all"));
}
/**