From a909bf6858a2129e71aee3448de705ac034b89fb Mon Sep 17 00:00:00 2001 From: zhujinyong Date: Tue, 19 Feb 2013 02:32:40 +0000 Subject: [PATCH] * code for task#1076. --- 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 f54548012c..8ef755e12d 100644 --- a/module/user/control.php +++ b/module/user/control.php @@ -404,7 +404,7 @@ class user extends control else { $this->user->delete(TABLE_USER, $userID); - die(js::locate($this->createLink('company', 'browse'), 'parent')); + die(js::locate($this->session->userList, 'parent')); } }