From c157fbd4b3c0c655b61d5c33d31619cbc3671d2b Mon Sep 17 00:00:00 2001 From: "chencongzhi520@gmail.com" Date: Sat, 17 Sep 2011 06:50:02 +0000 Subject: [PATCH] * fix bug#242 --- module/user/control.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/user/control.php b/module/user/control.php index 0a52cfaccd..b34e28e2c3 100644 --- a/module/user/control.php +++ b/module/user/control.php @@ -35,7 +35,7 @@ class user extends control */ public function view($account) { - $this->locate($this->createLink('user', 'todo', "account=$account")); + $this->locate($this->createLink('user', 'profile', "account=$account")); } /**