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); }