diff --git a/service.php b/service.php index 54e0797e..3f967fb9 100644 --- a/service.php +++ b/service.php @@ -180,7 +180,7 @@ if($action == 'get'){ exit; }else if($action == 'rsp'){ // linked clicked from password change email - $user = new User(); + $user = new \Users\Common\Model\User(); if(!empty($_REQUEST['key'])){ $arr = explode("-", $_REQUEST['key']); $userId = $arr[0];