Fix for reset password

This commit is contained in:
gamonoid
2017-09-24 14:32:29 +02:00
parent 638e909d46
commit 05b57e0236

View File

@@ -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];