From a6db8b4999de8e104c807449146cf6a580c03219 Mon Sep 17 00:00:00 2001 From: tianshujie Date: Tue, 21 Jun 2022 14:54:17 +0800 Subject: [PATCH] * Fix bug #24005. --- 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 e70664f109..4309b204b4 100755 --- a/module/user/control.php +++ b/module/user/control.php @@ -1153,7 +1153,7 @@ class user extends control $response['result'] = 'success'; $response['message'] = $this->lang->saveSuccess; - $response['locate'] = $this->createLink('login'); + $response['locate'] = inlink('login'); return $this->send($response); }