* fix bug#242

This commit is contained in:
chencongzhi520@gmail.com
2011-09-17 06:50:02 +00:00
parent 1530ac7903
commit c157fbd4b3
+1 -1
View File
@@ -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"));
}
/**